diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-08 19:57:56 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-08 19:57:56 +0000 |
commit | 635a3d6fc15a43810d0b2dbeaf30e693cc96883f (patch) | |
tree | f5b1c55fe839b2bb9b73e2575b0acf3722140795 /msdos | |
parent | 9caee8b342ad2dc26dda9c792897548135bb221d (diff) | |
download | emacs-635a3d6fc15a43810d0b2dbeaf30e693cc96883f.tar.gz |
Define STDC_HEADERS.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed2.inp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 8ded77461f0..cc82ca6f359 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -6,6 +6,7 @@ # To use the djgpp malloc, deactivate the following line and active the next /^#undef REL_ALLOC *$/s/undef/define/ # /^#define GNU_MALLOC *$/s/GNU_MALLOC/SYSTEM_MALLOC/ +/^#undef STDC_HEADERS *$/s/undef/define/ /^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/ /^#undef HAVE_SYS_TIME_H *$/s/undef/define/ # /^#undef HAVE_UNISTD_H *$/s/undef/define/ |