diff options
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 2 | ||||
-rw-r--r-- | nt/addpm.c | 3 | ||||
-rw-r--r-- | nt/addsection.c | 3 | ||||
-rw-r--r-- | nt/cmdproxy.c | 3 | ||||
-rw-r--r-- | nt/config.nt | 3 | ||||
-rwxr-xr-x | nt/configure.bat | 4 | ||||
-rw-r--r-- | nt/ddeclient.c | 3 | ||||
-rwxr-xr-x | nt/ebuild.bat | 4 | ||||
-rwxr-xr-x | nt/fast-install.bat | 4 | ||||
-rwxr-xr-x | nt/ftime-nostartup.bat | 4 | ||||
-rw-r--r-- | nt/ftime.bat | 4 | ||||
-rw-r--r-- | nt/gmake.defs | 2 | ||||
-rw-r--r-- | nt/inc/arpa/inet.h | 3 | ||||
-rwxr-xr-x | nt/inc/gettext.h | 3 | ||||
-rw-r--r-- | nt/inc/netdb.h | 3 | ||||
-rw-r--r-- | nt/inc/netinet/in.h | 3 | ||||
-rw-r--r-- | nt/inc/pwd.h | 3 | ||||
-rw-r--r-- | nt/inc/sys/dir.h | 3 | ||||
-rw-r--r-- | nt/inc/sys/file.h | 3 | ||||
-rw-r--r-- | nt/inc/sys/ioctl.h | 3 | ||||
-rw-r--r-- | nt/inc/sys/param.h | 3 | ||||
-rw-r--r-- | nt/inc/sys/socket.h | 3 | ||||
-rw-r--r-- | nt/inc/sys/time.h | 3 | ||||
-rw-r--r-- | nt/inc/unistd.h | 3 | ||||
-rwxr-xr-x | nt/install.bat | 4 | ||||
-rw-r--r-- | nt/makefile.def | 2 | ||||
-rw-r--r-- | nt/makefile.nt | 2 | ||||
-rw-r--r-- | nt/makefile.w32-in | 2 | ||||
-rw-r--r-- | nt/nmake.defs | 2 | ||||
-rw-r--r-- | nt/paths.h | 3 | ||||
-rw-r--r-- | nt/preprep.c | 3 | ||||
-rw-r--r-- | nt/runemacs.c | 3 |
32 files changed, 96 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 6b339a9458f..9df6c8df0e6 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1020,3 +1020,5 @@ Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. + +;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414 diff --git a/nt/addpm.c b/nt/addpm.c index fa0f4253abb..ccae76c1f20 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -203,3 +203,6 @@ main (argc, 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 f9eff2f73f6..ae44c7f943c 100644 --- a/nt/addsection.c +++ b/nt/addsection.c @@ -534,3 +534,6 @@ 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 9280f29c351..52760402f1b 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c @@ -699,3 +699,6 @@ 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 e774fcbe292..56ec72a56a6 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -468,3 +468,6 @@ extern char *getenv (); #define NO_RETURN /* nothing */ #endif #endif + +/* arch-tag: df720992-aa5a-499a-882d-958dc5eeb5e9 + (do not change this comment) */ diff --git a/nt/configure.bat b/nt/configure.bat index c6709ef8df5..7d064ab6816 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -463,3 +463,7 @@ set COMPILER= set MAKECMD=
set usercflags=
set userldflags=
+ +goto skipArchTag + arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c +:skipArchTag diff --git a/nt/ddeclient.c b/nt/ddeclient.c index 3a82395ca30..712c28f1c32 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c @@ -74,3 +74,6 @@ main (argc, argv) return (0); } + +/* arch-tag: 360d7a99-2cae-447e-8d06-41ca41987e30 + (do not change this comment) */ diff --git a/nt/ebuild.bat b/nt/ebuild.bat index f4ae8eccb8c..c7851779cc5 100755 --- a/nt/ebuild.bat +++ b/nt/ebuild.bat @@ -1,3 +1,7 @@ @echo off if (%1) == () nmake -f makefile.nt all if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9 + +goto skipArchTag + arch-tag: f01be12a-fd17-448d-8275-c7f527c50a1f +:skipArchTag diff --git a/nt/fast-install.bat b/nt/fast-install.bat index 157c4ab8751..86ed624a004 100755 --- a/nt/fast-install.bat +++ b/nt/fast-install.bat @@ -1 +1,5 @@ nmake -f makefile.nt fast_install
+ +goto skipArchTag + arch-tag: 13c64379-e658-452f-92d3-90d0f230ca70 +:skipArchTag diff --git a/nt/ftime-nostartup.bat b/nt/ftime-nostartup.bat index 501e4384075..00447268252 100755 --- a/nt/ftime-nostartup.bat +++ b/nt/ftime-nostartup.bat @@ -21,3 +21,7 @@ prep /m ..\src\obj\i386\pemacs 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 7ad22afc2ce..f1c4b345df3 100644 --- a/nt/ftime.bat +++ b/nt/ftime.bat @@ -21,3 +21,7 @@ prep /m ..\src\obj\i386\pemacs 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 afa1b855d94..0bf3f48dd6e 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -269,3 +269,5 @@ LINK_FLAGS = $(ARCH_LDFLAGS) $(DEBUG_LINK) $(NOCYGWIN) $(USER_LDFLAGS) $(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 f5d197c06e1..9074508a1d3 100644 --- a/nt/inc/arpa/inet.h +++ b/nt/inc/arpa/inet.h @@ -1 +1,4 @@ /* 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/gettext.h b/nt/inc/gettext.h index 8b262f4cfd7..148da8b36d0 100755 --- a/nt/inc/gettext.h +++ b/nt/inc/gettext.h @@ -67,3 +67,6 @@ #define gettext_noop(String) String #endif /* _LIBGETTEXT_H */ + +/* arch-tag: 07b35a70-3531-4cda-9674-2968467143ec + (do not change this comment) */ diff --git a/nt/inc/netdb.h b/nt/inc/netdb.h index 5bf232e7f5c..bdb1ce546ca 100644 --- a/nt/inc/netdb.h +++ b/nt/inc/netdb.h @@ -1 +1,4 @@ /* 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 46fb0faccea..2e4f1e1a7ee 100644 --- a/nt/inc/netinet/in.h +++ b/nt/inc/netinet/in.h @@ -1 +1,4 @@ /* 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 ba3d32e70f7..11f5669b0f0 100644 --- a/nt/inc/pwd.h +++ b/nt/inc/pwd.h @@ -19,3 +19,6 @@ typedef int uid_t; typedef uid_t gid_t; #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 203e27f2fe7..e317d008d20 100644 --- a/nt/inc/sys/dir.h +++ b/nt/inc/sys/dir.h @@ -3,3 +3,6 @@ */ #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 6a3fcc13e89..4460da09279 100644 --- a/nt/inc/sys/file.h +++ b/nt/inc/sys/file.h @@ -9,3 +9,6 @@ #define R_OK 4 #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 dc0957873da..b3c6b3b107b 100644 --- a/nt/inc/sys/ioctl.h +++ b/nt/inc/sys/ioctl.h @@ -3,3 +3,6 @@ * in many of the source files, we just extend the include path so that the * 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 397c5ffae66..971d4b10755 100644 --- a/nt/inc/sys/param.h +++ b/nt/inc/sys/param.h @@ -8,3 +8,6 @@ #define NBPG 4096 #endif /* _PARAM_H_ */ + +/* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435 + (do not change this comment) */ diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index f5a17eafba4..422a27d1b52 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -163,3 +163,6 @@ extern int h_errno; #endif /* _SOCKET_H_ */ /* end of socket.h */ + +/* arch-tag: e3b8b91c-aaa0-4bc4-be57-a85a1dd247b4 + (do not change this comment) */ diff --git a/nt/inc/sys/time.h b/nt/inc/sys/time.h index 881808c5323..a3808f4c5c5 100644 --- a/nt/inc/sys/time.h +++ b/nt/inc/sys/time.h @@ -21,3 +21,6 @@ void gettimeofday (struct timeval *, struct timezone *); #endif /* SYS_TIME_H_INCLUDED */ /* 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 c1caa77a697..9bf9cb75971 100644 --- a/nt/inc/unistd.h +++ b/nt/inc/unistd.h @@ -1 +1,4 @@ /* 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/install.bat b/nt/install.bat index be0e9045e5d..03319f3b3f4 100755 --- a/nt/install.bat +++ b/nt/install.bat @@ -6,3 +6,7 @@ if not (%1) == () shift nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
set INSTALL_DIR=
set BUILD_TYPE=
+ +goto skipArchTag + arch-tag: 1db5223b-8fc9-4bdb-8ad1-9e3962bf034a +:skipArchTag diff --git a/nt/makefile.def b/nt/makefile.def index 24003eb309f..224d4619b6b 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -228,3 +228,5 @@ ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS) .c{$(BLD)}.obj:: $(CC) $(CFLAGS) -Fo$(BLD)\ $< !ENDIF + +# arch-tag: a8aa26d5-5f28-4263-b42a-6f91acb7d824 diff --git a/nt/makefile.nt b/nt/makefile.nt index d9ca04dabdf..4a92f7f3e1f 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -210,3 +210,5 @@ clean: realclean: clean - $(DEL_TREE) ..\bin + +# arch-tag: b01debf7-6859-439e-b08e-f041aa03c32f diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 4e8265f4da0..01883a12beb 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -258,3 +258,5 @@ cleanall: clean cleanall-other-dirs-$(MAKETYPE) realclean: cleanall
- $(DEL_TREE) ../bin
+ +# arch-tag: 6f5b23a6-774b-4598-9c29-58235b2b4219 diff --git a/nt/nmake.defs b/nt/nmake.defs index 99db4211f1b..cbfb411a822 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -230,3 +230,5 @@ EXTRA_LINK = -profile .c{$(BLD)}.obj::
$(CC) $(CFLAGS) -Fo$(BLD)\ $<
!ENDIF
+ +# arch-tag: fefa49b0-c23c-46c7-9094-cab2a405058e diff --git a/nt/paths.h b/nt/paths.h index 9a730e33153..64258d12ad7 100644 --- a/nt/paths.h +++ b/nt/paths.h @@ -60,3 +60,6 @@ Boston, MA 02111-1307, USA. */ macro, and is then used to set the Info-default-directory-list. */ /* #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 64cd1b73916..dfc6c7e6fa1 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -827,3 +827,6 @@ 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 2f114aea659..cdd46a6008d 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -144,3 +144,6 @@ error: MessageBox (NULL, "Could not start Emacs.", "Error", MB_ICONSTOP); return 1; } + +/* arch-tag: 7e02df73-4df7-4aa0-baea-99c6d047a384 + (do not change this comment) */ |