From: Eli Zaretskii Date: Mon, 13 Mar 2000 17:14:30 +0000 (+0000) Subject: Add PROTOTYPES and POINTER_TYPE, per the new config.in. X-Git-Tag: emacs-pretest-21.0.90~4651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1300911b4a9068a8223a339790df8ccf079c83c;p=emacs.git Add PROTOTYPES and POINTER_TYPE, per the new config.in. --- 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/