diff options
| author | Joakim Verona | 2011-02-05 11:23:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-02-05 11:23:09 +0100 |
| commit | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch) | |
| tree | 894801e7308ce4ecc34933f959e28f4b9cff9533 /src/s | |
| parent | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff) | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip | |
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/aix4-2.h | 5 | ||||
| -rw-r--r-- | src/s/bsd-common.h | 5 | ||||
| -rw-r--r-- | src/s/cygwin.h | 8 | ||||
| -rw-r--r-- | src/s/darwin.h | 5 | ||||
| -rw-r--r-- | src/s/freebsd.h | 7 | ||||
| -rw-r--r-- | src/s/gnu-kfreebsd.h | 2 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 7 | ||||
| -rw-r--r-- | src/s/gnu.h | 5 | ||||
| -rw-r--r-- | src/s/hpux10-20.h | 5 | ||||
| -rw-r--r-- | src/s/hpux11.h | 2 | ||||
| -rw-r--r-- | src/s/irix6-5.h | 7 | ||||
| -rw-r--r-- | src/s/ms-w32.h | 8 | ||||
| -rw-r--r-- | src/s/msdos.h | 5 | ||||
| -rw-r--r-- | src/s/netbsd.h | 5 | ||||
| -rw-r--r-- | src/s/openbsd.h | 2 | ||||
| -rw-r--r-- | src/s/sol2-10.h | 2 | ||||
| -rw-r--r-- | src/s/sol2-6.h | 5 | ||||
| -rw-r--r-- | src/s/template.h | 5 | ||||
| -rw-r--r-- | src/s/unixware.h | 5 | ||||
| -rw-r--r-- | src/s/usg5-4-common.h | 5 |
20 files changed, 20 insertions, 80 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 29702028649..c62aee249c5 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 2 | Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc. |
| 3 | 2010 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
| @@ -88,5 +87,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 88 | to avoid a crash just use the Emacs implementation for that function. */ | 87 | to avoid a crash just use the Emacs implementation for that function. */ |
| 89 | #define BROKEN_GET_CURRENT_DIR_NAME 1 | 88 | #define BROKEN_GET_CURRENT_DIR_NAME 1 |
| 90 | 89 | ||
| 91 | /* arch-tag: 38fe75ea-6aef-42bd-8449-bc34d921a562 | ||
| 92 | (do not change this comment) */ | ||
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h index b17ca7a012f..7d472c83ed1 100644 --- a/src/s/bsd-common.h +++ b/src/s/bsd-common.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on bsd 4.3 | 1 | /* Definitions file for GNU Emacs running on bsd 4.3 |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1985-1986, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -82,5 +81,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 82 | /* Send signals to subprocesses by "typing" special chars at them. */ | 81 | /* Send signals to subprocesses by "typing" special chars at them. */ |
| 83 | #define SIGNALS_VIA_CHARACTERS | 82 | #define SIGNALS_VIA_CHARACTERS |
| 84 | 83 | ||
| 85 | /* arch-tag: 0c367245-bde3-492e-9029-3ff6898beb95 | ||
| 86 | (do not change this comment) */ | ||
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 4d58542e660..ceebe23f1e7 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* System description header file for Cygwin. | 1 | /* System description header file for Cygwin. |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1985-1986, 1992, 1999, 2002-2011 Free Software Foundation, Inc. |
| 4 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -101,5 +100,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 101 | returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ | 100 | returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ |
| 102 | #define G_SLICE_ALWAYS_MALLOC | 101 | #define G_SLICE_ALWAYS_MALLOC |
| 103 | 102 | ||
| 104 | /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b | 103 | /* Send signals to subprocesses by "typing" special chars at them. */ |
| 105 | (do not change this comment) */ | 104 | #define SIGNALS_VIA_CHARACTERS |
| 105 | |||
diff --git a/src/s/darwin.h b/src/s/darwin.h index 73e19602275..4fc2f4d1031 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* System description header file for Darwin (Mac OS X). | 1 | /* System description header file for Darwin (Mac OS X). |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -150,5 +149,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 150 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ | 149 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ |
| 151 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 150 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 152 | 151 | ||
| 153 | /* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41 | ||
| 154 | (do not change this comment) */ | ||
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index cfed343d6c5..222ebc91c4a 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | /* System description header for FreeBSD systems. | 1 | /* System description header for FreeBSD systems. |
| 2 | 2 | ||
| 3 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | Copyright (C) 1994-2011 Free Software Foundation, Inc. |
| 4 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | ||
| 5 | Free Software Foundation, Inc. | ||
| 6 | 4 | ||
| 7 | Author: Shawn M. Carey | 5 | Author: Shawn M. Carey |
| 8 | (according to authors.el) | 6 | (according to authors.el) |
| @@ -65,6 +63,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 65 | 63 | ||
| 66 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ | 64 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ |
| 67 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 65 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 68 | |||
| 69 | /* arch-tag: 426529ca-b7c4-448f-b10a-d4dcdc9c78eb | ||
| 70 | (do not change this comment) */ | ||
diff --git a/src/s/gnu-kfreebsd.h b/src/s/gnu-kfreebsd.h index a1e8c024744..a85571915df 100644 --- a/src/s/gnu-kfreebsd.h +++ b/src/s/gnu-kfreebsd.h | |||
| @@ -7,5 +7,3 @@ | |||
| 7 | 7 | ||
| 8 | #define NO_TERMIO /* use only <termios.h> */ | 8 | #define NO_TERMIO /* use only <termios.h> */ |
| 9 | 9 | ||
| 10 | /* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03 | ||
| 11 | (do not change this comment) */ | ||
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 9327423b42f..84fe5b92da9 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* This file is the configuration file for Linux-based GNU systems | 1 | /* This file is the configuration file for Linux-based GNU systems |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1985-1986, 1992, 1994, 1996, 1999, 2001-2011 |
| 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file was put together by Michael K. Johnson and Rik Faith. | 6 | This file was put together by Michael K. Johnson and Rik Faith. |
| 7 | 7 | ||
| @@ -159,6 +159,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 159 | } while (0) | 159 | } while (0) |
| 160 | #endif | 160 | #endif |
| 161 | #endif | 161 | #endif |
| 162 | |||
| 163 | /* arch-tag: 6244ea2a-abd0-44ec-abec-ff3dcc9afea9 | ||
| 164 | (do not change this comment) */ | ||
diff --git a/src/s/gnu.h b/src/s/gnu.h index 95b8017ddc1..8f6035b36a7 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on the GNU Hurd. | 1 | /* Definitions file for GNU Emacs running on the GNU Hurd. |
| 2 | 2 | ||
| 3 | Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1994-1996, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -45,5 +44,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 45 | #endif /* !_IO_STDIO_H */ | 44 | #endif /* !_IO_STDIO_H */ |
| 46 | #endif /* emacs */ | 45 | #endif /* emacs */ |
| 47 | 46 | ||
| 48 | /* arch-tag: 577983d9-87a6-4922-b8f8-ff2b563714a4 | ||
| 49 | (do not change this comment) */ | ||
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 0932e6f7112..d745f8d09c4 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* System description file for hpux version 10.20. | 1 | /* System description file for hpux version 10.20. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -135,5 +134,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 135 | /* No underscore please. */ | 134 | /* No underscore please. */ |
| 136 | #define LDAV_SYMBOL "avenrun" | 135 | #define LDAV_SYMBOL "avenrun" |
| 137 | 136 | ||
| 138 | /* arch-tag: 8d8dcbf1-ca9b-48a1-94be-b750de18a5c6 | ||
| 139 | (do not change this comment) */ | ||
diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 48f60841047..40bcc987973 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h | |||
| @@ -7,5 +7,3 @@ | |||
| 7 | then close and reopen it in the child. */ | 7 | then close and reopen it in the child. */ |
| 8 | #define USG_SUBTTY_WORKS | 8 | #define USG_SUBTTY_WORKS |
| 9 | 9 | ||
| 10 | /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b | ||
| 11 | (do not change this comment) */ | ||
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 10481f609c3..92465ded2ef 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. | 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -97,8 +96,4 @@ char *_getpty(); | |||
| 97 | #define GC_SETJMP_WORKS 1 | 96 | #define GC_SETJMP_WORKS 1 |
| 98 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 97 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 99 | 98 | ||
| 100 | /* arch-tag: ad0660e0-acf8-46ae-b866-4f3df5b1101b | ||
| 101 | (do not change this comment) */ | ||
| 102 | 99 | ||
| 103 | /* arch-tag: d7ad9ec2-54ad-4b2f-adf2-0070c5c63e83 | ||
| 104 | (do not change this comment) */ | ||
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 4ae5f32e873..4c3b84dfe4c 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* System description file for Windows NT. | 1 | /* System description file for Windows NT. |
| 2 | 2 | ||
| 3 | Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1993-1995, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -112,7 +111,6 @@ struct sigaction { | |||
| 112 | #undef HAVE_UTIME_H | 111 | #undef HAVE_UTIME_H |
| 113 | #undef HAVE_LINUX_VERSION_H | 112 | #undef HAVE_LINUX_VERSION_H |
| 114 | #undef HAVE_SYS_SYSTEMINFO_H | 113 | #undef HAVE_SYS_SYSTEMINFO_H |
| 115 | #undef HAVE_TERMIOS_H | ||
| 116 | #define HAVE_LIMITS_H 1 | 114 | #define HAVE_LIMITS_H 1 |
| 117 | #define HAVE_STRING_H 1 | 115 | #define HAVE_STRING_H 1 |
| 118 | #define HAVE_STDLIB_H 1 | 116 | #define HAVE_STDLIB_H 1 |
| @@ -152,7 +150,6 @@ struct sigaction { | |||
| 152 | #undef HAVE_SETSID | 150 | #undef HAVE_SETSID |
| 153 | #undef HAVE_FPATHCONF | 151 | #undef HAVE_FPATHCONF |
| 154 | #define HAVE_SELECT 1 | 152 | #define HAVE_SELECT 1 |
| 155 | #define HAVE_MKTIME 1 | ||
| 156 | #undef HAVE_EUIDACCESS | 153 | #undef HAVE_EUIDACCESS |
| 157 | #define HAVE_GETPAGESIZE 1 | 154 | #define HAVE_GETPAGESIZE 1 |
| 158 | #define HAVE_TZSET 1 | 155 | #define HAVE_TZSET 1 |
| @@ -162,7 +159,6 @@ struct sigaction { | |||
| 162 | #undef HAVE_SETPGID | 159 | #undef HAVE_SETPGID |
| 163 | #undef HAVE_GETCWD | 160 | #undef HAVE_GETCWD |
| 164 | #define HAVE_SHUTDOWN 1 | 161 | #define HAVE_SHUTDOWN 1 |
| 165 | #define HAVE_STRFTIME 1 | ||
| 166 | 162 | ||
| 167 | #define LOCALTIME_CACHE | 163 | #define LOCALTIME_CACHE |
| 168 | #define HAVE_INET_SOCKETS 1 | 164 | #define HAVE_INET_SOCKETS 1 |
| @@ -390,5 +386,3 @@ extern void _DebPrint (const char *fmt, ...); | |||
| 390 | 386 | ||
| 391 | /* ============================================================ */ | 387 | /* ============================================================ */ |
| 392 | 388 | ||
| 393 | /* arch-tag: 5d4a3a1c-40dc-4dea-9c7c-38fed9ae0eae | ||
| 394 | (do not change this comment) */ | ||
diff --git a/src/s/msdos.h b/src/s/msdos.h index 8dd8e3cf490..88afaa83455 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* System description file for MS-DOS | 1 | /* System description file for MS-DOS |
| 2 | 2 | ||
| 3 | Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1993, 1996-1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -125,5 +124,3 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 125 | #define GC_SETJMP_WORKS 1 | 124 | #define GC_SETJMP_WORKS 1 |
| 126 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 125 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 127 | 126 | ||
| 128 | /* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0 | ||
| 129 | (do not change this comment) */ | ||
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 6f5b24bcfa6..8a639b93c84 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* s/ file for netbsd system. | 1 | /* s/ file for netbsd system. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -45,5 +44,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 45 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ | 44 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ |
| 46 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 45 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 47 | 46 | ||
| 48 | /* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81 | ||
| 49 | (do not change this comment) */ | ||
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index d9d60e3b868..175d61dc9c9 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -3,5 +3,3 @@ | |||
| 3 | /* The same as NetBSD. Note there are differences in configure. */ | 3 | /* The same as NetBSD. Note there are differences in configure. */ |
| 4 | #include "netbsd.h" | 4 | #include "netbsd.h" |
| 5 | 5 | ||
| 6 | /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 | ||
| 7 | (do not change this comment) */ | ||
diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h index fd7f30021ea..b20476e7fba 100644 --- a/src/s/sol2-10.h +++ b/src/s/sol2-10.h | |||
| @@ -8,5 +8,3 @@ | |||
| 8 | /* This is needed for the system_process_attributes implementation. */ | 8 | /* This is needed for the system_process_attributes implementation. */ |
| 9 | #define _STRUCTURED_PROC 1 | 9 | #define _STRUCTURED_PROC 1 |
| 10 | 10 | ||
| 11 | /* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb | ||
| 12 | (do not change this comment) */ | ||
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 3b707aa5c3c..4c6fd3e2f9b 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Solaris 2.6. | 1 | /* Definitions file for GNU Emacs running on Solaris 2.6. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -62,5 +61,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 62 | #define GC_SETJMP_WORKS 1 | 61 | #define GC_SETJMP_WORKS 1 |
| 63 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 62 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 64 | 63 | ||
| 65 | /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca | ||
| 66 | (do not change this comment) */ | ||
diff --git a/src/s/template.h b/src/s/template.h index eb7ca85c5e5..ee5afa81de4 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | This file describes the parameters that system description files | 2 | This file describes the parameters that system description files |
| 3 | should define or not. | 3 | should define or not. |
| 4 | 4 | ||
| 5 | Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, 2005, | 5 | Copyright (C) 1985-1986, 1992, 1999, 2001-2011 Free Software Foundation, Inc. |
| 6 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 7 | 6 | ||
| 8 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 9 | 8 | ||
| @@ -121,5 +120,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 121 | you should also check `etc/MACHINES' to make sure its descriptions | 120 | you should also check `etc/MACHINES' to make sure its descriptions |
| 122 | of known problems in that configuration should be updated. */ | 121 | of known problems in that configuration should be updated. */ |
| 123 | 122 | ||
| 124 | /* arch-tag: 4b426b11-cb2e-4c0e-a488-e663f76a0515 | ||
| 125 | (do not change this comment) */ | ||
diff --git a/src/s/unixware.h b/src/s/unixware.h index 81b1b3d97fa..c6130669a9a 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* s/ file for Unixware. | 1 | /* s/ file for Unixware. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -61,5 +60,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 61 | 60 | ||
| 62 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) | 61 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) |
| 63 | 62 | ||
| 64 | /* arch-tag: d82e92e7-9443-4a60-a581-7f293cbae8a3 | ||
| 65 | (do not change this comment) */ | ||
diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h index 4dcb8e50200..12f73c1b3b5 100644 --- a/src/s/usg5-4-common.h +++ b/src/s/usg5-4-common.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 4 | 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 4 |
| 2 | 2 | ||
| 3 | Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 1987, 1990, 1999-2011 Free Software Foundation, Inc. |
| 4 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | Written by James Van Artsdalen of Dell Computer Corp. james@bigtex.cactus.org. | 5 | Written by James Van Artsdalen of Dell Computer Corp. james@bigtex.cactus.org. |
| 7 | Subsequently improved for Dell 2.2 by Eric S. Raymond <esr@snark.thyrsus.com>. | 6 | Subsequently improved for Dell 2.2 by Eric S. Raymond <esr@snark.thyrsus.com>. |
| @@ -107,5 +106,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 107 | /* This definition was suggested for next release. So give it a try. */ | 106 | /* This definition was suggested for next release. So give it a try. */ |
| 108 | #define HAVE_SOCKETS | 107 | #define HAVE_SOCKETS |
| 109 | 108 | ||
| 110 | /* arch-tag: 1a0ed909-5faa-434b-b7c3-9d86c63d53a6 | ||
| 111 | (do not change this comment) */ | ||