summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-03-13 17:14:30 +0000
committerEli Zaretskii <eliz@gnu.org>2000-03-13 17:14:30 +0000
commitc1300911b4a9068a8223a339790df8ccf079c83c (patch)
tree71e7baa0322e8e9bb21f3e597b25d3ada683f162 /msdos
parent5aa5a37c77f5fffe064d41194761344642257c83 (diff)
downloademacs-c1300911b4a9068a8223a339790df8ccf079c83c.tar.gz
Add PROTOTYPES and POINTER_TYPE, per the new config.in.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/ChangeLog5
-rw-r--r--msdos/sed2.inp2
2 files changed, 7 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 23cc06dea69..b946c3a1824 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -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.
diff --git a/msdos/sed2.inp b/msdos/sed2.inp
index 5965d2df580..a264922e3d3 100644
--- a/msdos/sed2.inp
+++ b/msdos/sed2.inp
@@ -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/