From c1300911b4a9068a8223a339790df8ccf079c83c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Mar 2000 17:14:30 +0000 Subject: [PATCH] Add PROTOTYPES and POINTER_TYPE, per the new config.in. --- msdos/ChangeLog | 5 +++++ msdos/sed2.inp | 2 ++ 2 files changed, 7 insertions(+) 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 + + * sed2.inp: Add PROTOTYPES and POINTER_TYPE, per the new + config.in. + 2000-01-27 Eli Zaretskii * 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/ -- 2.39.5