1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Add PROTOTYPES and POINTER_TYPE, per the new config.in.

This commit is contained in:
Eli Zaretskii 2000-03-13 17:14:30 +00:00
parent 5aa5a37c77
commit c1300911b4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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/