]> code.delx.au - gnu-emacs/commitdiff
Add PROTOTYPES and POINTER_TYPE, per the new config.in.
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Mar 2000 17:14:30 +0000 (17:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Mar 2000 17:14:30 +0000 (17:14 +0000)
msdos/ChangeLog
msdos/sed2.inp

index 23cc06dea69d0ede96ad2faaf68abcede8e4733d..b946c3a18247d377be7187575349b80cfb984b66 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * sed2.inp: Add PROTOTYPES and POINTER_TYPE, per the new
+       config.in.
+
 2000-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * sed2.inp (HAVE_SETITIMER): Define.
index 5965d2df580e88b17c8aa505c7bdb777f24ddfa7..a264922e3d36524224eb24ea7e9548c55dc6425d 100644 (file)
@@ -57,3 +57,5 @@ s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp
 s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "-"/
 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
+s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
+s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/