aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorPaul Eggert2011-01-17 11:01:01 -0800
committerPaul Eggert2011-01-17 11:01:01 -0800
commita3e44e793796153ff1534be9c74fcab50b45de30 (patch)
tree863d5db087c8e034c96d06ea955515f4d3f3d0a3 /src/s
parent7f818df9420a1320539f7e3e633003573a570413 (diff)
parent721be9cd4865e9f7d68020adcfa672d2edd52b07 (diff)
downloademacs-a3e44e793796153ff1534be9c74fcab50b45de30.tar.gz
emacs-a3e44e793796153ff1534be9c74fcab50b45de30.zip
Merge from mainline.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix4-2.h6
-rw-r--r--src/s/bsd-common.h7
-rw-r--r--src/s/cygwin.h2
-rw-r--r--src/s/darwin.h7
-rw-r--r--src/s/freebsd.h2
-rw-r--r--src/s/gnu-kfreebsd.h2
-rw-r--r--src/s/gnu-linux.h5
-rw-r--r--src/s/gnu.h7
-rw-r--r--src/s/hpux10-20.h7
-rw-r--r--src/s/hpux11.h2
-rw-r--r--src/s/irix6-5.h4
-rw-r--r--src/s/ms-w32.h2
-rw-r--r--src/s/msdos.h2
-rw-r--r--src/s/netbsd.h6
-rw-r--r--src/s/openbsd.h2
-rw-r--r--src/s/sol2-10.h2
-rw-r--r--src/s/sol2-6.h4
-rw-r--r--src/s/template.h2
-rw-r--r--src/s/unixware.h4
-rw-r--r--src/s/usg5-4-common.h2
20 files changed, 20 insertions, 57 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index 7ddf219931f..2c2a4be2d58 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 2Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
3 Free Software Foundation, Inc. 3 2010, 2011 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -88,5 +88,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. */ 88 to avoid a crash just use the Emacs implementation for that function. */
89#define BROKEN_GET_CURRENT_DIR_NAME 1 89#define BROKEN_GET_CURRENT_DIR_NAME 1
90 90
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 247e1f573dc..d0bdb566dd9 100644
--- a/src/s/bsd-common.h
+++ b/src/s/bsd-common.h
@@ -1,6 +1,7 @@
1/* Definitions file for GNU Emacs running on bsd 4.3 1/* Definitions file for GNU Emacs running on bsd 4.3
2 Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2
3 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 3Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -81,5 +82,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
81/* Send signals to subprocesses by "typing" special chars at them. */ 82/* Send signals to subprocesses by "typing" special chars at them. */
82#define SIGNALS_VIA_CHARACTERS 83#define SIGNALS_VIA_CHARACTERS
83 84
84/* arch-tag: 0c367245-bde3-492e-9029-3ff6898beb95
85 (do not change this comment) */
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 774ef3a9ab5..1a224f1d72a 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -104,5 +104,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
104/* Send signals to subprocesses by "typing" special chars at them. */ 104/* Send signals to subprocesses by "typing" special chars at them. */
105#define SIGNALS_VIA_CHARACTERS 105#define SIGNALS_VIA_CHARACTERS
106 106
107/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b
108 (do not change this comment) */
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 089d569460f..74ac808acdb 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -1,6 +1,7 @@
1/* System description header file for Darwin (Mac OS X). 1/* System description header file for Darwin (Mac OS X).
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2
3 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 3Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
4 2010, 2011 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -149,5 +150,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
149/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ 150/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */
150#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 151#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
151 152
152/* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41
153 (do not change this comment) */
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 99dc050bfae..d7cc308f7bc 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -66,5 +66,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
66/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ 66/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */
67#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 67#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
68 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 9c37b8eec03..a102f602bd7 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -1,7 +1,8 @@
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
3Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, 3Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 4 2005, 2006, 2007, 2008, 2009, 2010, 2011
5 Free Software Foundation, Inc.
5 6
6This file was put together by Michael K. Johnson and Rik Faith. 7This file was put together by Michael K. Johnson and Rik Faith.
7 8
@@ -160,5 +161,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
160#endif 161#endif
161#endif 162#endif
162 163
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 df35adc8704..9e46d100d46 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -1,6 +1,7 @@
1/* Definitions file for GNU Emacs running on the GNU Hurd. 1/* Definitions file for GNU Emacs running on the GNU Hurd.
2 Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2
3 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 3Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -44,5 +45,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
44#endif /* !_IO_STDIO_H */ 45#endif /* !_IO_STDIO_H */
45#endif /* emacs */ 46#endif /* emacs */
46 47
47/* arch-tag: 577983d9-87a6-4922-b8f8-ff2b563714a4
48 (do not change this comment) */
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h
index 3e88b57bc91..f6eb2ddfd11 100644
--- a/src/s/hpux10-20.h
+++ b/src/s/hpux10-20.h
@@ -1,6 +1,7 @@
1/* System description file for hpux version 10.20. 1/* System description file for hpux version 10.20.
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2
3 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 3Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4 2009, 2010, 2011 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -134,5 +135,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
134/* No underscore please. */ 135/* No underscore please. */
135#define LDAV_SYMBOL "avenrun" 136#define LDAV_SYMBOL "avenrun"
136 137
137/* arch-tag: 8d8dcbf1-ca9b-48a1-94be-b750de18a5c6
138 (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 6ddae984a66..f755e119bc6 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -97,8 +97,4 @@ char *_getpty();
97#define GC_SETJMP_WORKS 1 97#define GC_SETJMP_WORKS 1
98#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 98#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
99 99
100/* arch-tag: ad0660e0-acf8-46ae-b866-4f3df5b1101b
101 (do not change this comment) */
102 100
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 6900cbcc45b..18e3fd2982e 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -389,5 +389,3 @@ extern void _DebPrint (const char *fmt, ...);
389 389
390/* ============================================================ */ 390/* ============================================================ */
391 391
392/* arch-tag: 5d4a3a1c-40dc-4dea-9c7c-38fed9ae0eae
393 (do not change this comment) */
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 3bb1dfe03e7..b48177da052 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -125,5 +125,3 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
125#define GC_SETJMP_WORKS 1 125#define GC_SETJMP_WORKS 1
126#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 126#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
127 127
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 115779a7cbc..a469cc228f6 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -1,7 +1,7 @@
1/* s/ file for netbsd system. 1/* s/ file for netbsd system.
2 2
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 3Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
4 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 4 2010, 2011 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -45,5 +45,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
45/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ 45/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */
46#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 46#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
47 47
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..dd1c41a1af8 100644
--- a/src/s/sol2-6.h
+++ b/src/s/sol2-6.h
@@ -1,7 +1,7 @@
1/* Definitions file for GNU Emacs running on Solaris 2.6. 1/* Definitions file for GNU Emacs running on Solaris 2.6.
2 2
3Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 3Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2008, 2009, 2010 Free Software Foundation, Inc. 4 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -62,5 +62,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
62#define GC_SETJMP_WORKS 1 62#define GC_SETJMP_WORKS 1
63#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 63#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
64 64
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 d6aad17d396..f08da48dfc0 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -121,5 +121,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 121 you should also check `etc/MACHINES' to make sure its descriptions
122 of known problems in that configuration should be updated. */ 122 of known problems in that configuration should be updated. */
123 123
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..150cef604b7 100644
--- a/src/s/unixware.h
+++ b/src/s/unixware.h
@@ -1,7 +1,7 @@
1/* s/ file for Unixware. 1/* s/ file for Unixware.
2 2
3Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 3Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2008, 2009, 2010 Free Software Foundation, Inc. 4 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -61,5 +61,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
61 61
62#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) 62#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)
63 63
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 366d92b95a0..a9164d12bbc 100644
--- a/src/s/usg5-4-common.h
+++ b/src/s/usg5-4-common.h
@@ -107,5 +107,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. */ 107/* This definition was suggested for next release. So give it a try. */
108#define HAVE_SOCKETS 108#define HAVE_SOCKETS
109 109
110/* arch-tag: 1a0ed909-5faa-434b-b7c3-9d86c63d53a6
111 (do not change this comment) */