diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-15 15:16:57 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-15 15:16:57 -0800 |
commit | 0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch) | |
tree | 8f7f07c160e5878c775fc6c2bb5ec912a164448e /nt | |
parent | 2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff) | |
download | emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz |
Nuke arch-tags.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/.gitignore | 2 | ||||
-rw-r--r-- | nt/ChangeLog | 1 | ||||
-rw-r--r-- | nt/addpm.c | 2 | ||||
-rw-r--r-- | nt/addsection.c | 2 | ||||
-rw-r--r-- | nt/cmdproxy.c | 2 | ||||
-rw-r--r-- | nt/config.nt | 2 | ||||
-rwxr-xr-x | nt/configure.bat | 3 | ||||
-rw-r--r-- | nt/ddeclient.c | 2 | ||||
-rw-r--r-- | nt/envadd.bat | 3 | ||||
-rwxr-xr-x | nt/ftime-nostartup.bat | 3 | ||||
-rw-r--r-- | nt/ftime.bat | 3 | ||||
-rw-r--r-- | nt/gmake.defs | 1 | ||||
-rw-r--r-- | nt/inc/arpa/inet.h | 2 | ||||
-rw-r--r-- | nt/inc/netdb.h | 2 | ||||
-rw-r--r-- | nt/inc/netinet/in.h | 2 | ||||
-rw-r--r-- | nt/inc/pwd.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/dir.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/file.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/ioctl.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/param.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/time.h | 2 | ||||
-rw-r--r-- | nt/inc/unistd.h | 2 | ||||
-rw-r--r-- | nt/multi-install-info.bat | 3 | ||||
-rw-r--r-- | nt/nmake.defs | 1 | ||||
-rw-r--r-- | nt/paths.h | 2 | ||||
-rw-r--r-- | nt/preprep.c | 2 | ||||
-rw-r--r-- | nt/runemacs.c | 2 |
27 files changed, 0 insertions, 56 deletions
diff --git a/nt/.gitignore b/nt/.gitignore index bdeeae1e892..4e2fa24e12e 100644 --- a/nt/.gitignore +++ b/nt/.gitignore @@ -3,5 +3,3 @@ stamp_BLD oo/ oo-spd/ - -# arch-tag: a25a0376-d3d9-4b3e-a52a-7c3eac9fdba3 diff --git a/nt/ChangeLog b/nt/ChangeLog index 2fee776a265..ac7001cf1c0 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1938,4 +1938,3 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414 diff --git a/nt/addpm.c b/nt/addpm.c index 8a5e1a435c9..b447222b946 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -371,5 +371,3 @@ main (int argc, char *argv[]) return 0; } -/* arch-tag: f923609d-b781-4ef4-abce-ca0da29cbbf0 - (do not change this comment) */ diff --git a/nt/addsection.c b/nt/addsection.c index df9d320bbfd..994842b3e55 100644 --- a/nt/addsection.c +++ b/nt/addsection.c @@ -542,5 +542,3 @@ main (int argc, char **argv) /* eof */ -/* arch-tag: 17e2b0aa-8c17-4bd1-b24b-1cda689245fa - (do not change this comment) */ diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index a73368b6a2d..064ee8f72e7 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c @@ -718,5 +718,3 @@ main (int argc, char ** argv) return 0; } -/* arch-tag: 88678d93-07ac-4e2f-ad63-d4a740ca69ac - (do not change this comment) */ diff --git a/nt/config.nt b/nt/config.nt index 8a203372936..eb64a037a23 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -422,5 +422,3 @@ void w32_abort (void) NO_RETURN; /* Make a leaner executable. */ #define WIN32_LEAN_AND_MEAN 1 -/* arch-tag: df720992-aa5a-499a-882d-958dc5eeb5e9 - (do not change this comment) */ diff --git a/nt/configure.bat b/nt/configure.bat index 9dc0e6da5b6..9bdae8e02c9 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -802,6 +802,3 @@ set HAVE_TIFF= set HAVE_XPM=
set dbginfo=
-goto skipArchTag
- arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c
-:skipArchTag
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index abde2aa86ae..b7b1ba0b303 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c @@ -72,5 +72,3 @@ main (int argc, char *argv[]) return (0); } -/* arch-tag: 360d7a99-2cae-447e-8d06-41ca41987e30 - (do not change this comment) */ diff --git a/nt/envadd.bat b/nt/envadd.bat index 3bfad8eb23b..0b40434a8c4 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat @@ -42,6 +42,3 @@ shift rem Now, run the command line
%1 %2 %3 %4 %5 %6 %7 %8 %9
-goto skipArchTag
- arch-tag: 148c5181-dbce-43ae-bba6-1cc6e2a9ea75
-:skipArchTag
diff --git a/nt/ftime-nostartup.bat b/nt/ftime-nostartup.bat index 40f0a376285..f9e93b7f967 100755 --- a/nt/ftime-nostartup.bat +++ b/nt/ftime-nostartup.bat @@ -22,6 +22,3 @@ if errorlevel 1 goto done plist ..\src\obj\i386\pemacs > %1
:done
-goto skipArchTag
- arch-tag: 927c5199-a8a3-4cf0-ab56-62b66fc6520d
-:skipArchTag
diff --git a/nt/ftime.bat b/nt/ftime.bat index beb87af459b..b7cdf968c1e 100644 --- a/nt/ftime.bat +++ b/nt/ftime.bat @@ -22,6 +22,3 @@ if errorlevel 1 goto done plist ..\src\obj\i386\pemacs > %1
:done
-goto skipArchTag
- arch-tag: d1c629de-9172-4d72-ab68-9d45ab9903cc
-:skipArchTag
diff --git a/nt/gmake.defs b/nt/gmake.defs index 6c9d62223c6..9cad0a2a160 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -303,4 +303,3 @@ export XMFLAGS $(BLD)/%.o: %.c $(CC) $(CFLAGS) $(CC_OUT)$@ $< -# arch-tag: 35eb9662-8534-4bcf-b891-0730a09d657f diff --git a/nt/inc/arpa/inet.h b/nt/inc/arpa/inet.h index 9074508a1d3..075752a7218 100644 --- a/nt/inc/arpa/inet.h +++ b/nt/inc/arpa/inet.h @@ -1,4 +1,2 @@ /* null version of <arpa/inet.h> - <sys/socket.h> has everything */ -/* arch-tag: 13c7a7f7-40d0-49e8-bdfb-6dcf2f3a7340 - (do not change this comment) */ diff --git a/nt/inc/netdb.h b/nt/inc/netdb.h index bdb1ce546ca..ffe4f023115 100644 --- a/nt/inc/netdb.h +++ b/nt/inc/netdb.h @@ -1,4 +1,2 @@ /* null version of <netdb.h> - <sys/socket.h> has everything */ -/* arch-tag: 237ba543-97e2-4bd5-9c9c-32271d955eb1 - (do not change this comment) */ diff --git a/nt/inc/netinet/in.h b/nt/inc/netinet/in.h index 2e4f1e1a7ee..798da461aad 100644 --- a/nt/inc/netinet/in.h +++ b/nt/inc/netinet/in.h @@ -1,4 +1,2 @@ /* null version of <netinet/in.h> - <sys/socket.h> has everything */ -/* arch-tag: 49ff589e-100e-4f8f-8b2a-1c3b542590df - (do not change this comment) */ diff --git a/nt/inc/pwd.h b/nt/inc/pwd.h index d8a4ffc2e20..b39309d08fa 100644 --- a/nt/inc/pwd.h +++ b/nt/inc/pwd.h @@ -24,5 +24,3 @@ struct passwd * getpwuid (unsigned); #endif /* _PWD_H_ */ -/* arch-tag: 68308424-cb2b-49ed-bb52-b347fee416bf - (do not change this comment) */ diff --git a/nt/inc/sys/dir.h b/nt/inc/sys/dir.h index e317d008d20..dc075cd7587 100644 --- a/nt/inc/sys/dir.h +++ b/nt/inc/sys/dir.h @@ -4,5 +4,3 @@ #include "..\..\..\src\ndir.h" -/* arch-tag: 090c9091-3b16-429b-9c40-8aecce1162be - (do not change this comment) */ diff --git a/nt/inc/sys/file.h b/nt/inc/sys/file.h index 4460da09279..504dce56d85 100644 --- a/nt/inc/sys/file.h +++ b/nt/inc/sys/file.h @@ -10,5 +10,3 @@ #define D_OK 8 #endif -/* arch-tag: 7df3e73e-56bc-4ad9-b699-33149ea47959 - (do not change this comment) */ diff --git a/nt/inc/sys/ioctl.h b/nt/inc/sys/ioctl.h index b3c6b3b107b..060def367ff 100644 --- a/nt/inc/sys/ioctl.h +++ b/nt/inc/sys/ioctl.h @@ -4,5 +4,3 @@ * compiler will pick this up empty header instead. */ -/* arch-tag: c6e9015a-930a-4ad3-b368-ac32f84475d7 - (do not change this comment) */ diff --git a/nt/inc/sys/param.h b/nt/inc/sys/param.h index 971d4b10755..27f64038c18 100644 --- a/nt/inc/sys/param.h +++ b/nt/inc/sys/param.h @@ -9,5 +9,3 @@ #endif /* _PARAM_H_ */ -/* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435 - (do not change this comment) */ diff --git a/nt/inc/sys/time.h b/nt/inc/sys/time.h index a3808f4c5c5..c90d1fd62f5 100644 --- a/nt/inc/sys/time.h +++ b/nt/inc/sys/time.h @@ -22,5 +22,3 @@ void gettimeofday (struct timeval *, struct timezone *); /* end of sys/time.h */ -/* arch-tag: bc525883-0c81-4bea-b83d-3325461f38b5 - (do not change this comment) */ diff --git a/nt/inc/unistd.h b/nt/inc/unistd.h index 9bf9cb75971..7e77f95da4c 100644 --- a/nt/inc/unistd.h +++ b/nt/inc/unistd.h @@ -1,4 +1,2 @@ /* Fake unistd.h: config.h already provides most of the relevant things. */ -/* arch-tag: 68600bcd-3097-4501-a559-551db3cdb9fd - (do not change this comment) */ diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index 9473f068043..81e8c5657b0 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat @@ -39,6 +39,3 @@ if .%1% == . goto EndLoop goto Loop
:EndLoop
-goto skipArchTag
- arch-tag: 4f590862-8ead-497a-a71c-fb4b0e5d50db
-:skipArchTag
diff --git a/nt/nmake.defs b/nt/nmake.defs index a771f1df5d3..4e23aab2c7d 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -246,4 +246,3 @@ EXTRA_LINK = -profile $(CC) $(CFLAGS) -Fo$(BLD)\ $<
!ENDIF
-# arch-tag: fefa49b0-c23c-46c7-9094-cab2a405058e
diff --git a/nt/paths.h b/nt/paths.h index 8766eadb5fd..3934a8efbd2 100644 --- a/nt/paths.h +++ b/nt/paths.h @@ -56,5 +56,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* #define PATH_INFO "/usr/local/info" */ #define PATH_INFO "C:/emacs/info" -/* arch-tag: f6d46f3c-e1e9-436b-8629-edcaf6597973 - (do not change this comment) */ diff --git a/nt/preprep.c b/nt/preprep.c index 285ff69b6db..8c791d34632 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -828,5 +828,3 @@ main (int argc, char **argv) /* eof */ -/* arch-tag: 144ca747-168e-43a0-9736-3f4c0ba1657f - (do not change this comment) */ diff --git a/nt/runemacs.c b/nt/runemacs.c index dc8503b7a36..eda063c39c6 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -202,5 +202,3 @@ set_user_model_id (void) } } -/* arch-tag: 7e02df73-4df7-4aa0-baea-99c6d047a384 - (do not change this comment) */ |