+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.
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/