diff options
| author | Glenn Morris | 2011-01-15 15:16:57 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-15 15:16:57 -0800 |
| commit | 0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch) | |
| tree | 8f7f07c160e5878c775fc6c2bb5ec912a164448e /src/s | |
| parent | 2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff) | |
| download | emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.zip | |
Nuke arch-tags.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/aix4-2.h | 2 | ||||
| -rw-r--r-- | src/s/bsd-common.h | 2 | ||||
| -rw-r--r-- | src/s/cygwin.h | 2 | ||||
| -rw-r--r-- | src/s/darwin.h | 2 | ||||
| -rw-r--r-- | src/s/freebsd.h | 2 | ||||
| -rw-r--r-- | src/s/gnu-kfreebsd.h | 2 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 2 | ||||
| -rw-r--r-- | src/s/gnu.h | 2 | ||||
| -rw-r--r-- | src/s/hpux10-20.h | 2 | ||||
| -rw-r--r-- | src/s/hpux11.h | 2 | ||||
| -rw-r--r-- | src/s/irix6-5.h | 4 | ||||
| -rw-r--r-- | src/s/ms-w32.h | 2 | ||||
| -rw-r--r-- | src/s/msdos.h | 2 | ||||
| -rw-r--r-- | src/s/netbsd.h | 2 | ||||
| -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 | 2 | ||||
| -rw-r--r-- | src/s/template.h | 2 | ||||
| -rw-r--r-- | src/s/unixware.h | 2 | ||||
| -rw-r--r-- | src/s/usg5-4-common.h | 2 |
20 files changed, 0 insertions, 42 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 7ddf219931f..d472e59965c 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h | |||
| @@ -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..36c28ef6c13 100644 --- a/src/s/bsd-common.h +++ b/src/s/bsd-common.h | |||
| @@ -81,5 +81,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 81 | /* Send signals to subprocesses by "typing" special chars at them. */ | 81 | /* Send signals to subprocesses by "typing" special chars at them. */ |
| 82 | #define SIGNALS_VIA_CHARACTERS | 82 | #define SIGNALS_VIA_CHARACTERS |
| 83 | 83 | ||
| 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..5a444dc28c7 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -149,5 +149,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. */ | 149 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ |
| 150 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 150 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 151 | 151 | ||
| 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..d21eaa88ebf 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -160,5 +160,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 160 | #endif | 160 | #endif |
| 161 | #endif | 161 | #endif |
| 162 | 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 df35adc8704..f2365476050 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -44,5 +44,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 44 | #endif /* !_IO_STDIO_H */ | 44 | #endif /* !_IO_STDIO_H */ |
| 45 | #endif /* emacs */ | 45 | #endif /* emacs */ |
| 46 | 46 | ||
| 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..168736b185c 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -134,5 +134,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 134 | /* No underscore please. */ | 134 | /* No underscore please. */ |
| 135 | #define LDAV_SYMBOL "avenrun" | 135 | #define LDAV_SYMBOL "avenrun" |
| 136 | 136 | ||
| 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..8dad20ac961 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -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 9e4ee68ae8d..dd1c41a1af8 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -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 3e406cd440b..150cef604b7 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h | |||
| @@ -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) */ | ||