# HG changeset patch # User Eli Zaretskii # Date 952967615 0 # Node ID fc8364eb65b1682ac2539fa153364a4bb1d55fbf # Parent 60b77d9b88ecdf11ba471e4a645c8df168b401a2 Add PROTOTYPES and POINTER_TYPE, per the new config.in. diff -r 60b77d9b88ec -r fc8364eb65b1 msdos/sed2.inp --- 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/