changeset 28135:fc8364eb65b1

Add PROTOTYPES and POINTER_TYPE, per the new config.in.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Mar 2000 17:13:35 +0000
parents 60b77d9b88ec
children 22df56f02709
files msdos/sed2.inp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/sed2.inp	Mon Mar 13 10:13:41 2000 +0000
+++ b/msdos/sed2.inp	Mon Mar 13 17:13:35 2000 +0000
@@ -57,3 +57,5 @@
 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/