diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /msdos | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 29 | ||||
| -rw-r--r-- | msdos/is_exec.c | 3 | ||||
| -rw-r--r-- | msdos/mainmake | 2 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 2 | ||||
| -rw-r--r-- | msdos/sed1.inp | 2 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 5 | ||||
| -rw-r--r-- | msdos/sed1x.inp | 2 | ||||
| -rw-r--r-- | msdos/sed2.inp | 2 | ||||
| -rw-r--r-- | msdos/sed2v2.inp | 6 | ||||
| -rw-r--r-- | msdos/sed2x.inp | 2 | ||||
| -rw-r--r-- | msdos/sed3.inp | 2 | ||||
| -rw-r--r-- | msdos/sed3v2.inp | 5 | ||||
| -rw-r--r-- | msdos/sed4.inp | 2 | ||||
| -rw-r--r-- | msdos/sed5x.inp | 2 | ||||
| -rw-r--r-- | msdos/sed6.inp | 14 | ||||
| -rw-r--r-- | msdos/sedleim.inp | 2 | ||||
| -rw-r--r-- | msdos/sedlisp.inp | 5 | ||||
| -rw-r--r-- | msdos/sigaction.c | 2 |
18 files changed, 2 insertions, 87 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index c647dd5968f..04085168558 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,30 +1,3 @@ | |||
| 1 | 2003-08-31 Eli Zaretskii <eliz@elta.co.il> | ||
| 2 | |||
| 3 | * sed3v2.inp (srcdir): Use "command.com /c cd" to produce an | ||
| 4 | absolute file name of the current working directory. This avoids | ||
| 5 | the warning from Make about circular dependencies. | ||
| 6 | |||
| 7 | 2003-08-30 Eli Zaretskii <eliz@elta.co.il> | ||
| 8 | |||
| 9 | * sedlisp.inp: Set FNCASE=y for all targets in the lisp directory, | ||
| 10 | so that CVS etc. file names are filtered out of the list of | ||
| 11 | subdirectories. | ||
| 12 | |||
| 13 | 2003-08-28 Eli Zaretskii <eliz@elta.co.il> | ||
| 14 | |||
| 15 | * sed6.inp (elisp.dvi, index.texi): Replace Unix shell commands | ||
| 16 | with equivalent COMMAND.COM commands. | ||
| 17 | |||
| 18 | 2003-08-24 Eli Zaretskii <eliz@elta.co.il> | ||
| 19 | |||
| 20 | * sed3v2.inp (EXEEXT): Define to an empty string. | ||
| 21 | |||
| 22 | * sed1v2.inp (EXEEXT): Define to an empty string. | ||
| 23 | Remove src/emacs after producing b-emacs.exe. | ||
| 24 | |||
| 25 | * sed2v2.inp (HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE) | ||
| 26 | (HAVE_SIZE_T): Define. | ||
| 27 | |||
| 28 | 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 29 | 2 | ||
| 30 | * sed2v2.inp: New file. | 3 | * sed2v2.inp: New file. |
| @@ -557,5 +530,3 @@ | |||
| 557 | Free Software Foundation, Inc. | 530 | Free Software Foundation, Inc. |
| 558 | Copying and distribution of this file, with or without modification, | 531 | Copying and distribution of this file, with or without modification, |
| 559 | are permitted provided the copyright notice and this notice are preserved. | 532 | are permitted provided the copyright notice and this notice are preserved. |
| 560 | |||
| 561 | ;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44 | ||
diff --git a/msdos/is_exec.c b/msdos/is_exec.c index 4da0ec35c56..899c574af0d 100644 --- a/msdos/is_exec.c +++ b/msdos/is_exec.c | |||
| @@ -220,6 +220,3 @@ _is_executable(const char *filename, int fhandle, const char *extension) | |||
| 220 | 220 | ||
| 221 | return 0; | 221 | return 0; |
| 222 | } | 222 | } |
| 223 | |||
| 224 | /* arch-tag: b0965811-8c3e-4bc4-8d81-4447a3594785 | ||
| 225 | (do not change this comment) */ | ||
diff --git a/msdos/mainmake b/msdos/mainmake index da45817e1a0..1111cdc5066 100644 --- a/msdos/mainmake +++ b/msdos/mainmake | |||
| @@ -93,5 +93,3 @@ clean: | |||
| 93 | cd oldxmenu | 93 | cd oldxmenu |
| 94 | -$(MAKE) clean | 94 | -$(MAKE) clean |
| 95 | cd .. | 95 | cd .. |
| 96 | |||
| 97 | # arch-tag: d5a489bc-818e-4c3c-8040-b5205ed0602f | ||
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 59f42e69e31..348e32f8814 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -176,5 +176,3 @@ bootstrap-clean-before: FRC | |||
| 176 | 176 | ||
| 177 | bootstrap-clean-after: | 177 | bootstrap-clean-after: |
| 178 | cd src; $(MAKE) $(MFLAGS) mostlyclean; cd .. | 178 | cd src; $(MAKE) $(MFLAGS) mostlyclean; cd .. |
| 179 | |||
| 180 | # arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9 | ||
diff --git a/msdos/sed1.inp b/msdos/sed1.inp index 67257d9c9fe..edc52b0e9c3 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp | |||
| @@ -53,5 +53,3 @@ ${libsrc}make-doc.exe:\ | |||
| 53 | /^temacs:/s/prefix-args// | 53 | /^temacs:/s/prefix-args// |
| 54 | /^temacs:/s/stamp-oldxmenu// | 54 | /^temacs:/s/stamp-oldxmenu// |
| 55 | /^ #/d | 55 | /^ #/d |
| 56 | |||
| 57 | # arch-tag: 246725c1-79de-4d03-a080-8f19329fa35e | ||
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index dc316819a5d..94c4ef83341 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -36,7 +36,6 @@ s/\.h\.in/.h-in/ | |||
| 36 | /^LIBOBJS *=/s/@[^@\n]*@/getloadavg.o/ | 36 | /^LIBOBJS *=/s/@[^@\n]*@/getloadavg.o/ |
| 37 | /^GETLOADAVG_LIBS *=/s/@[^@\n]*@// | 37 | /^GETLOADAVG_LIBS *=/s/@[^@\n]*@// |
| 38 | /^LIBSOUND *=/s/@LIBSOUND@// | 38 | /^LIBSOUND *=/s/@LIBSOUND@// |
| 39 | /^EXEEXT *=/s/@EXEEXT@// | ||
| 40 | /^LN_S *=/s/@[^@\n]*@/ln -s/ | 39 | /^LN_S *=/s/@[^@\n]*@/ln -s/ |
| 41 | /^M_FILE *=/s!@[^@\n]*@!m/intel386.h! | 40 | /^M_FILE *=/s!@[^@\n]*@!m/intel386.h! |
| 42 | /^S_FILE *=/s!@[^@\n]*@!s/msdos.h! | 41 | /^S_FILE *=/s!@[^@\n]*@!s/msdos.h! |
| @@ -61,7 +60,5 @@ s/bootstrap-doc/b-doc/ | |||
| 61 | /^ mv -f emacs/a\ | 60 | /^ mv -f emacs/a\ |
| 62 | stubify b-emacs\ | 61 | stubify b-emacs\ |
| 63 | stubedit b-emacs.exe minstack=1024k\ | 62 | stubedit b-emacs.exe minstack=1024k\ |
| 64 | rm -f emacs.exe temacs.exe emacs | 63 | rm -f emacs.exe temacs.exe |
| 65 | /^ rm -f/s/\\#/#/ | 64 | /^ rm -f/s/\\#/#/ |
| 66 | |||
| 67 | # arch-tag: c7e3aacb-4162-460e-99f9-4252bca68d2c | ||
diff --git a/msdos/sed1x.inp b/msdos/sed1x.inp index 2a7ce82d528..dd9825de081 100644 --- a/msdos/sed1x.inp +++ b/msdos/sed1x.inp | |||
| @@ -6,5 +6,3 @@ s!^ @true *$! @rem! | |||
| 6 | s/DOC/DOC-X/g | 6 | s/DOC/DOC-X/g |
| 7 | #/^LIBXMENU *=/s!= *!= ../oldxmenu/! | 7 | #/^LIBXMENU *=/s!= *!= ../oldxmenu/! |
| 8 | /^temacs *:/s!OLDXMENU!LIBXMENU! | 8 | /^temacs *:/s!OLDXMENU!LIBXMENU! |
| 9 | |||
| 10 | # arch-tag: 3e8a78f2-3dec-44f3-81f6-3785a562da19 | ||
diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 4580f0e623e..9c3b8cbb3c3 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp | |||
| @@ -52,5 +52,3 @@ s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"! | |||
| 52 | s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"! | 52 | s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"! |
| 53 | s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/ | 53 | s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/ |
| 54 | s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/ | 54 | s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/ |
| 55 | |||
| 56 | # arch-tag: 31840234-109a-41ab-a675-7a3844978299 | ||
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 91df8a21225..adf2b6150fe 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -37,16 +37,12 @@ | |||
| 37 | /^#undef HAVE_FMOD *$/s/^.*$/#define HAVE_FMOD 1/ | 37 | /^#undef HAVE_FMOD *$/s/^.*$/#define HAVE_FMOD 1/ |
| 38 | /^#undef HAVE_RINT *$/s/^.*$/#define HAVE_RINT 1/ | 38 | /^#undef HAVE_RINT *$/s/^.*$/#define HAVE_RINT 1/ |
| 39 | /^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/ | 39 | /^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/ |
| 40 | /^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/ | ||
| 41 | /^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/ | 40 | /^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/ |
| 42 | /^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/ | ||
| 43 | /^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/ | ||
| 44 | /^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/ | 41 | /^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/ |
| 45 | /^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/ | 42 | /^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/ |
| 46 | /^#undef HAVE_MBLEN *$/s/^.*$/#define HAVE_MBLEN 1/ | 43 | /^#undef HAVE_MBLEN *$/s/^.*$/#define HAVE_MBLEN 1/ |
| 47 | /^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/ | 44 | /^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/ |
| 48 | /^#undef HAVE_INDEX *$/s/^.*$/#define HAVE_INDEX 1/ | 45 | /^#undef HAVE_INDEX *$/s/^.*$/#define HAVE_INDEX 1/ |
| 49 | /^#undef HAVE_SIZE_T *$/s/^.*$/#define HAVE_SIZE_T 1/ | ||
| 50 | /^#undef HAVE_RINDEX *$/s/^.*$/#define HAVE_RINDEX 1/ | 46 | /^#undef HAVE_RINDEX *$/s/^.*$/#define HAVE_RINDEX 1/ |
| 51 | /^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/ | 47 | /^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/ |
| 52 | /^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/ | 48 | /^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/ |
| @@ -88,5 +84,3 @@ s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/ | |||
| 88 | # might be defined in sys/config.h we include at the top of config.h. | 84 | # might be defined in sys/config.h we include at the top of config.h. |
| 89 | /^#undef BSTRING/s|#undef|# undef| | 85 | /^#undef BSTRING/s|#undef|# undef| |
| 90 | /^#undef .*$/s|^.*$|/* & */| | 86 | /^#undef .*$/s|^.*$|/* & */| |
| 91 | |||
| 92 | # arch-tag: 2acb5571-ff53-4822-9175-95b864b59f7c | ||
diff --git a/msdos/sed2x.inp b/msdos/sed2x.inp index a1af086077f..b702c0084ef 100644 --- a/msdos/sed2x.inp +++ b/msdos/sed2x.inp | |||
| @@ -22,5 +22,3 @@ | |||
| 22 | /^#undef HAVE_XSCREENNUMBEROFSCREEN *$/s/undef/define/ | 22 | /^#undef HAVE_XSCREENNUMBEROFSCREEN *$/s/undef/define/ |
| 23 | /^#undef HAVE_XSETWMPROTOCOLS *$/s/undef/define/ | 23 | /^#undef HAVE_XSETWMPROTOCOLS *$/s/undef/define/ |
| 24 | /^#undef HAVE_SELECT *$/s/undef/define/ | 24 | /^#undef HAVE_SELECT *$/s/undef/define/ |
| 25 | |||
| 26 | # arch-tag: 4a41c3ea-eb6c-4e17-8432-307516498e5a | ||
diff --git a/msdos/sed3.inp b/msdos/sed3.inp index 6ae9c54eeaf..a162e797bd0 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp | |||
| @@ -42,5 +42,3 @@ s!^ \./! go32 ./! | |||
| 42 | s!^ go32 ./test-distrib! go32 ./test-dis! | 42 | s!^ go32 ./test-distrib! go32 ./test-dis! |
| 43 | /-o make-docfile/a\ | 43 | /-o make-docfile/a\ |
| 44 | coff2exe make-docfile | 44 | coff2exe make-docfile |
| 45 | |||
| 46 | # arch-tag: cac6f5c7-3dbf-4e84-9d0c-44f0126f0ea8 | ||
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index 657c2d4e5ff..77f51378301 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp | |||
| @@ -24,18 +24,15 @@ | |||
| 24 | /^archlibdir *=/s!=.*$!=/emacs/bin! | 24 | /^archlibdir *=/s!=.*$!=/emacs/bin! |
| 25 | /^bindir *=/s!=.*$!=/emacs/bin! | 25 | /^bindir *=/s!=.*$!=/emacs/bin! |
| 26 | /^libdir *=/s!=.*$!=/emacs/bin! | 26 | /^libdir *=/s!=.*$!=/emacs/bin! |
| 27 | /^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))! | 27 | /^srcdir *=/s!=.*$!=.! |
| 28 | /^VPATH *=/s!=.*$!=.! | 28 | /^VPATH *=/s!=.*$!=.! |
| 29 | /^CFLAGS *=/s!=.*$!=-O2 -g! | 29 | /^CFLAGS *=/s!=.*$!=-O2 -g! |
| 30 | /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! | 30 | /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! |
| 31 | /^LOADLIBES *=/s!=.*$!=! | 31 | /^LOADLIBES *=/s!=.*$!=! |
| 32 | /^ALLOCA *=/s!@ALLOCA@!! | 32 | /^ALLOCA *=/s!@ALLOCA@!! |
| 33 | /^EXEEXT *=/s!@EXEEXT@!! | ||
| 34 | /^INSTALLABLES/s/emacsclient *// | 33 | /^INSTALLABLES/s/emacsclient *// |
| 35 | s!^ \./! ! | 34 | s!^ \./! ! |
| 36 | /^UTILITIES=/s/ wakeup// | 35 | /^UTILITIES=/s/ wakeup// |
| 37 | /^UTILITIES=/s/ movemail// | 36 | /^UTILITIES=/s/ movemail// |
| 38 | /^UTILITIES=/s/ emacsserver// | 37 | /^UTILITIES=/s/ emacsserver// |
| 39 | /^UTILITIES=/s/ timer// | 38 | /^UTILITIES=/s/ timer// |
| 40 | |||
| 41 | # arch-tag: 16f3be18-a45b-496c-b19c-e43840359de8 | ||
diff --git a/msdos/sed4.inp b/msdos/sed4.inp index 22588115382..6f239277ded 100644 --- a/msdos/sed4.inp +++ b/msdos/sed4.inp | |||
| @@ -20,5 +20,3 @@ | |||
| 20 | /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/ | 20 | /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/ |
| 21 | /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/ | 21 | /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/ |
| 22 | /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/ | 22 | /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/ |
| 23 | |||
| 24 | # arch-tag: c84fa640-e434-4408-9e89-16d9e4ebe74e | ||
diff --git a/msdos/sed5x.inp b/msdos/sed5x.inp index 6f05df8a26a..595017aaa80 100644 --- a/msdos/sed5x.inp +++ b/msdos/sed5x.inp | |||
| @@ -24,5 +24,3 @@ | |||
| 24 | /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ | 24 | /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ |
| 25 | /^LN_S *=/s/@[^@\n]*@/ln -s/ | 25 | /^LN_S *=/s/@[^@\n]*@/ln -s/ |
| 26 | s/|| true// | 26 | s/|| true// |
| 27 | |||
| 28 | # arch-tag: 612a79be-2a02-4cb0-8dec-779aac0a2f4f | ||
diff --git a/msdos/sed6.inp b/msdos/sed6.inp index 686d3aa92ae..eb82598bf5e 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp | |||
| @@ -27,17 +27,3 @@ export MAKEINFO := $(MAKEINFO) -I$(srcdir) | |||
| 27 | texinputdir =\ | 27 | texinputdir =\ |
| 28 | export texinputdir := $(srcdir)";"$(TEXINPUTS) | 28 | export texinputdir := $(srcdir)";"$(TEXINPUTS) |
| 29 | /^SHELL *=/s/^/# / | 29 | /^SHELL *=/s/^/# / |
| 30 | /^elisp.dvi:/,/^$/ { | ||
| 31 | /^ *if \[ *\a${permuted_index}/,/^ *fi *$/c\ | ||
| 32 | command.com /c 'if not a${permuted_index}==a sh ./permute-index' \ | ||
| 33 | command.com /c 'if not a${permuted_index}==a mv permuted.fns elisp.fns' \ | ||
| 34 | command.com /c 'if not a${permuted_index}==a texindex elisp.tp' \ | ||
| 35 | command.com /c 'if a${permuted_index}==a texindex elisp.??' | ||
| 36 | } | ||
| 37 | /^index.texi:/,/^$/ { | ||
| 38 | /^ *if \[ *\a${permuted_index}/,/^ *fi *$/c\ | ||
| 39 | command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \ | ||
| 40 | command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi' | ||
| 41 | } | ||
| 42 | |||
| 43 | # arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97 | ||
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp index ff9c6b73337..af9cf9f3eda 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp | |||
| @@ -52,5 +52,3 @@ RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte | |||
| 52 | install: all\ | 52 | install: all\ |
| 53 | 53 | ||
| 54 | /^ if test -f/d | 54 | /^ if test -f/d |
| 55 | |||
| 56 | # arch-tag: 33c5eed1-78bc-4a6e-9d11-cbc7c541b763 | ||
diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp index 26ce2082399..e2d2b755613 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp | |||
| @@ -17,13 +17,8 @@ | |||
| 17 | # | 17 | # |
| 18 | # ---------------------------------------------------------------------- | 18 | # ---------------------------------------------------------------------- |
| 19 | 19 | ||
| 20 | /^SHELL *=/i\ | ||
| 21 | export FNCASE=y | ||
| 22 | |||
| 23 | /^lisp=/s|@srcdir@|.| | 20 | /^lisp=/s|@srcdir@|.| |
| 24 | /^VPATH=/s|@srcdir@|.| | 21 | /^VPATH=/s|@srcdir@|.| |
| 25 | /^srcdir=/s|@srcdir@|.| | 22 | /^srcdir=/s|@srcdir@|.| |
| 26 | /^bootstrap-clean:/a\ | 23 | /^bootstrap-clean:/a\ |
| 27 | command.com /c dtou .../*.el | 24 | command.com /c dtou .../*.el |
| 28 | |||
| 29 | # arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e | ||
diff --git a/msdos/sigaction.c b/msdos/sigaction.c index 0f4f09b2a99..5b3ae790813 100644 --- a/msdos/sigaction.c +++ b/msdos/sigaction.c | |||
| @@ -36,5 +36,3 @@ sigaction(int _sig, const struct sigaction *_act, struct sigaction *_oact) | |||
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | 38 | ||
| 39 | /* arch-tag: 39526405-3d3a-44fe-af28-82a515e0c8e8 | ||
| 40 | (do not change this comment) */ | ||