1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Remove useless "classes: h_files" from Guile headers.

* libguile/__scm.h:
* libguile/alist.h:
* libguile/array-handle.h:
* libguile/array-map.h:
* libguile/arrays.h:
* libguile/async.h:
* libguile/backtrace.h:
* libguile/bitvectors.h:
* libguile/boolean.h:
* libguile/chars.h:
* libguile/chooks.h:
* libguile/continuations.h:
* libguile/debug-malloc.h:
* libguile/debug.h:
* libguile/deprecation.h:
* libguile/dynl.h:
* libguile/dynstack.h:
* libguile/dynwind.h:
* libguile/eq.h:
* libguile/error.h:
* libguile/eval.h:
* libguile/evalext.h:
* libguile/expand.h:
* libguile/extensions.h:
* libguile/feature.h:
* libguile/filesys.h:
* libguile/fluids.h:
* libguile/fports.h:
* libguile/gc-inline.h:
* libguile/gc.h:
* libguile/generalized-arrays.h:
* libguile/generalized-vectors.h:
* libguile/gettext.h:
* libguile/goops.h:
* libguile/gsubr.h:
* libguile/guardians.h:
* libguile/hash.h:
* libguile/hashtab.h:
* libguile/hooks.h:
* libguile/i18n.h:
* libguile/init.h:
* libguile/inline.h:
* libguile/ioext.h:
* libguile/iselect.h:
* libguile/keywords.h:
* libguile/list.h:
* libguile/load.h:
* libguile/macros.h:
* libguile/mallocs.c:
* libguile/mallocs.h:
* libguile/memoize.h:
* libguile/modules.h:
* libguile/net_db.h:
* libguile/null-threads.h:
* libguile/numbers.h:
* libguile/objprop.h:
* libguile/options.h:
* libguile/pairs.h:
* libguile/poll.h:
* libguile/ports.h:
* libguile/posix-w32.h:
* libguile/posix.h:
* libguile/print.h:
* libguile/procprop.h:
* libguile/procs.h:
* libguile/promises.h:
* libguile/pthread-threads.h:
* libguile/random.h:
* libguile/rdelim.h:
* libguile/read.h:
* libguile/regex-posix.h:
* libguile/rw.h:
* libguile/scmsigs.h:
* libguile/script.h:
* libguile/simpos.h:
* libguile/smob.h:
* libguile/snarf.h:
* libguile/socket.h:
* libguile/sort.h:
* libguile/srcprop.h:
* libguile/stackchk.h:
* libguile/stacks.h:
* libguile/stime.h:
* libguile/strings.h:
* libguile/strorder.h:
* libguile/strports.h:
* libguile/struct.h:
* libguile/symbols.h:
* libguile/syscalls.h:
* libguile/tags.h:
* libguile/threads.h:
* libguile/throw.h:
* libguile/trees.h:
* libguile/unicode.h:
* libguile/uniform.h:
* libguile/values.h:
* libguile/variable.h:
* libguile/vectors.h:
* libguile/vports.h:
* libguile/weak-list.h:
* libguile/weak-set.h:
* libguile/weak-table.h:
* libguile/weak-vector.h: Remove "classes: h_files".  Reformat
  copyrights if needed.
This commit is contained in:
Andy Wingo 2018-06-20 14:26:16 +02:00
parent 40ade0886e
commit 5534c2817e
103 changed files with 105 additions and 272 deletions

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM___SCM_H
#define SCM___SCM_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_ALIST_H
#define SCM_ALIST_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_ARRAY_HANDLE_H
#define SCM_ARRAY_HANDLE_H

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_ARRAY_MAP_H
#define SCM_ARRAY_MAP_H
/* Copyright (C) 1995, 1996, 1997, 2000, 2006, 2008, 2009, 2010,
* 2011, 2013, 2015 Free Software Foundation, Inc.
/* Copyright (C) 1995-1997,2000,2006,2008-2011,2013,2015,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_ARRAY_H
#define SCM_ARRAY_H

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_ASYNC_H
#define SCM_ASYNC_H
/* Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2008, 2009, 2011
* 2014 Free Software Foundation, Inc.
/* Copyright (C) 1995-1998,2000-2002,2004-2006,2008-2009,2011,2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_BACKTRACE_H
#define SCM_BACKTRACE_H
/* Copyright (C) 1996,1998,1999,2000,2001, 2004, 2006, 2008, 2010, 2011 Free Software Foundation, Inc.
/* Copyright (C) 1996,1998-2001,2004,2006,2008,2010-2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_BITVECTORS_H
#define SCM_BITVECTORS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_BOOLEAN_H
#define SCM_BOOLEAN_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_CHARS_H
#define SCM_CHARS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_CHOOKS_H
#define SCM_CHOOKS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_CONTINUATIONS_H
#define SCM_CONTINUATIONS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_DEBUG_MALLOC_H
#define SCM_DEBUG_MALLOC_H
/* Copyright (C) 2000,2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 2000-2001,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_DEBUG_H
#define SCM_DEBUG_H
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012,2013,2015
* Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998-2002,2004,2008-2013,2015,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_DEPRECATION_H
#define SCM_DEPRECATION_H
/* Copyright (C) 2001, 2006, 2008, 2009 Free Software Foundation, Inc.
/* Copyright (C) 2001,2006,2008-2009, 2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_DYNL_H
#define SCM_DYNL_H
/* Copyright (C) 1996,1998,2000,2001, 2006, 2008, 2010 Free Software Foundation, Inc.
/* Copyright (C) 1996,1998,2000-2001,2006,2008,2010,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_DYNSTACK_H
#define SCM_DYNSTACK_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_DYNWIND_H
#define SCM_DYNWIND_H
/* Copyright (C) 1995,1996,1998,1999,2000,2003,2004, 2006, 2008, 2011, 2012 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998-2000,2003-2004,2006,2008,2011-2012,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_EQ_H
#define SCM_EQ_H
/* Copyright (C) 1995,1996,2000, 2006, 2008, 2010 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,2000,2006,2008,2010,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_ERROR_H
#define SCM_ERROR_H

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_EVAL_H
#define SCM_EVAL_H
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2003,2004,2008,2009,2010,2011,2012
* Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998-2004,2008-2012,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_EVALEXT_H
#define SCM_EVALEXT_H
/* Copyright (C) 1998,1999,2000, 2003, 2006, 2008, 2011 Free Software Foundation, Inc.
/* Copyright (C) 1998-2000,2003,2006,2008,2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_EXPAND_H
#define SCM_EXPAND_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_EXTENSIONS_H
#define SCM_EXTENSIONS_H

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_FEATURE_H
#define SCM_FEATURE_H
/* Copyright (C) 1995, 1996, 1999, 2000, 2001, 2006, 2007, 2008,
* 2011 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1999-2001,2006-2008,2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_FILESYS_H
#define SCM_FILESYS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_FLUIDS_H
#define SCM_FLUIDS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_FPORTS_H
#define SCM_FPORTS_H

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_GC_INLINE_H
#define SCM_GC_INLINE_H
/* Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006,
* 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998-2004,2006-2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_GC_H
#define SCM_GC_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_GENERALIZED_ARRAYS_H
#define SCM_GENERALIZED_ARRAYS_H

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_GENERALIZED_VECTORS_H
#define SCM_GENERALIZED_VECTORS_H
/* Copyright (C) 1995,1996,1997,1999,2000,2001, 2004, 2006, 2008, 2009, 2013
* Free Software Foundation, Inc.
/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2009,2013,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_GETTEXT_H
#define SCM_GETTEXT_H
/* Copyright (C) 2004, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 2004,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_GOOPS_H
#define SCM_GOOPS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_GSUBR_H
#define SCM_GSUBR_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_GUARDIANS_H
#define SCM_GUARDIANS_H
/* Copyright (C) 1998,2000,2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1998,2000-2001,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_HASH_H
#define SCM_HASH_H
/* Copyright (C) 1995, 1996, 2000, 2006, 2008, 2011,
* 2015 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,2000,2006,2008,2011,2015,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_HASHTAB_H
#define SCM_HASHTAB_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_HOOKS_H
#define SCM_HOOKS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_I18N_H
#define SCM_I18N_H
/* Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
/* Copyright (C) 2006,2008-2009,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_INIT_H
#define SCM_INIT_H
/* Copyright (C) 1995,1996,1997,2000, 2006, 2008, 2011 Free Software Foundation, Inc.
/* Copyright (C) 1995-1997,2000,2006,2008,2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_INLINE_H
#define SCM_INLINE_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_IOEXT_H
#define SCM_IOEXT_H
/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995-1998,2000-2001,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_ISELECT_H
#define SCM_ISELECT_H
/* Copyright (C) 1997,1998,2000,2001, 2002, 2006,
* 2013 Free Software Foundation, Inc.
/* Copyright (C) 1997-1998,2000-2002,2006,2013,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_KEYWORDS_H
#define SCM_KEYWORDS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_LIST_H
#define SCM_LIST_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_LOAD_H
#define SCM_LOAD_H
/* Copyright (C) 1995,1996,1998,2000,2001, 2006, 2008, 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998,2000-2001,2006,2008-2011,2013,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_MACROS_H
#define SCM_MACROS_H
/* Copyright (C) 1998,2000,2001,2002,2003, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
/* Copyright (C) 1998,2000-2003,2006,2008-2010,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,4 @@
/* classes: src_files
* Copyright (C) 1995-1998,2000-2001,2006,2011,2014,2018
/* Copyright (C) 1995-1998,2000-2001,2006,2011,2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_MALLOCS_H
#define SCM_MALLOCS_H
/* Copyright (C) 1995,2000, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995,2000,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_MEMOIZE_H
#define SCM_MEMOIZE_H
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2013,2014
* Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998-2002,2004,2008-2011,2013-2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_MODULES_H
#define SCM_MODULES_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_NET_DB_H
#define SCM_NET_DB_H
/* Copyright (C) 1995,2000,2001, 2006, 2008, 2010 Free Software Foundation, Inc.
/* Copyright (C) 1995,2000-2001,2006,2008,2010,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_NULL_THREADS_H
#define SCM_NULL_THREADS_H
/* Copyright (C) 2005, 2006, 2010 Free Software Foundation, Inc.
/* Copyright (C) 2005-2006,2010,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_NUMBERS_H
#define SCM_NUMBERS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_OBJPROP_H
#define SCM_OBJPROP_H
/* Copyright (C) 1995,2000,2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995,2000-2001,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_OPTIONS_H
#define SCM_OPTIONS_H
/* Copyright (C) 1995,1996,2000,2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,2000-2001,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_PAIRS_H
#define SCM_PAIRS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_POLL_H
#define SCM_POLL_H
/* Copyright (C) 2010 Free Software Foundation, Inc.
/* Copyright (C) 2010,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_PORTS_H
#define SCM_PORTS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_POSIX_W32_H
#define SCM_POSIX_W32_H
/* Copyright (C) 2001, 2006 Free Software Foundation, Inc.
/* Copyright (C) 2001,2006,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_POSIX_H
#define SCM_POSIX_H
/* Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2003, 2006, 2008,
* 2009, 2010, 2011 Free Software Foundation, Inc.
/* Copyright (C) 1995-1998,2000-2001,2003,2006,2008-2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_PRINT_H
#define SCM_PRINT_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_PROCPROP_H
#define SCM_PROCPROP_H
/* Copyright (C) 1995,1996,1998,2000, 2006, 2008, 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998,2000,2006,2008-2011,2013,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_PROCS_H
#define SCM_PROCS_H

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_PROMISES_H
#define SCM_PROMISES_H
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2003,2004,2008,2009
* Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998-2004,2008-2009,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_PTHREADS_THREADS_H
#define SCM_PTHREADS_THREADS_H
/* Copyright (C) 2002, 2005, 2006, 2011 Free Software Foundation, Inc.
/* Copyright (C) 2002,2005-2006,2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_RANDOM_H
#define SCM_RANDOM_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_RDELIM_H
#define SCM_RDELIM_H
/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995-1998,2000-2001,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_READ_H
#define SCM_READ_H
/* Copyright (C) 1995,1996,2000, 2006, 2008, 2009 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,2000,2006,2008-2009,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_REGEX_POSIX_H
#define SCM_REGEX_POSIX_H

View file

@ -1,9 +1,7 @@
/* classes: h_files */
#ifndef SCM_RW_H
#define SCM_RW_H
/* Copyright (C) 2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 2001,2006,2008,2018 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_SCMSIGS_H
#define SCM_SCMSIGS_H
/* Copyright (C) 1995,1996,1997,1998,2000, 2002, 2006, 2007, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995-1998,2000,2002,2006-2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_SCRIPT_H
#define SCM_SCRIPT_H
/* Copyright (C) 1997,1998,2000, 2006, 2008, 2011 Free Software Foundation, Inc.
/* Copyright (C) 1997-1998,2000,2006,2008,2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_SIMPOS_H
#define SCM_SIMPOS_H
/* Copyright (C) 1995,1996,1997,1998,2000, 2006, 2008, 2013 Free Software Foundation, Inc.
/* Copyright (C) 1995-1998,2000,2006,2008,2013,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_SMOB_H
#define SCM_SMOB_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_SNARF_H
#define SCM_SNARF_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_SOCKET_H
#define SCM_SOCKET_H
/* Copyright (C) 1995,1996,1997,2000,2001, 2004, 2005, 2006, 2008, 2014 Free Software Foundation, Inc.
/* Copyright (C) 1995-1997,2000-2001,2004-2006,2008,2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_SORT_H
#define SCM_SORT_H
/* Copyright (C) 1999,2000, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1999-2000,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_SRCPROP_H
#define SCM_SRCPROP_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_STACKCHK_H
#define SCM_STACKCHK_H
/* Copyright (C) 1995,1996,1998,2000, 2003, 2006, 2008, 2009, 2010, 2011, 2014 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998,2000,2003,2006,2008-2011,2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_STACKS_H
#define SCM_STACKS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_STIME_H
#define SCM_STIME_H
/* Copyright (C) 1995,1996,1997,1998,2000, 2003, 2006, 2008, 2011 Free Software Foundation, Inc.
/* Copyright (C) 1995-1998,2000,2003,2006,2008,2011,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_STRINGS_H
#define SCM_STRINGS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_STRORDER_H
#define SCM_STRORDER_H
/* Copyright (C) 1995,1996,2000, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,2000,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_STRPORTS_H
#define SCM_STRPORTS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_STRUCT_H
#define SCM_STRUCT_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_SYMBOLS_H
#define SCM_SYMBOLS_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_SYSCALLS_H
#define SCM_SYSCALLS_H

View file

@ -1,9 +1,7 @@
/* classes: h_files */
#ifndef SCM_TAGS_H
#define SCM_TAGS_H
/* Copyright (C) 1995-2004,2008-2015,2017
/* Copyright (C) 1995-2004,2008-2015,2017-2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_THREADS_H
#define SCM_THREADS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_THROW_H
#define SCM_THROW_H
/* Copyright (C) 1995,1996,1998,2000, 2006, 2008, 2010, 2014, 2017 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,1998,2000,2006,2008,2010,2014,2017-2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,10 +1,8 @@
/* classes: h_files */
#ifndef SCM_TREES_H
#define SCM_TREES_H
/* Copyright (C) 2009
* Free Software Foundation, Inc.
/* Copyright (C) 2009,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_UNICODE_H
#define SCM_UNICODE_H
/* Copyright (C) 2014 Free Software Foundation, Inc.
/* Copyright (C) 2014,2018
* Free Software Foundation, Inc.
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_UNIFORM_H
#define SCM_UNIFORM_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_VALUES_H
#define SCM_VALUES_H
/* Copyright (C) 2000,2001, 2006, 2008, 2012 Free Software Foundation, Inc.
/* Copyright (C) 2000-2001,2006,2008,2012,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_VARIABLE_H
#define SCM_VARIABLE_H

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_VECTORS_H
#define SCM_VECTORS_H

View file

@ -1,9 +1,8 @@
/* classes: h_files */
#ifndef SCM_VPORTS_H
#define SCM_VPORTS_H
/* Copyright (C) 1995,1996,2000, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1995-1996,2000,2006,2008,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License

View file

@ -1,5 +1,3 @@
/* classes: h_files */
#ifndef SCM_WEAK_LIST_H
#define SCM_WEAK_LIST_H

Some files were not shown because too many files have changed in this diff Show more