Mercurial > emacs
changeset 8249:6a072f705d7d
(HAVE_STRERROR): Define.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Jul 1994 19:39:09 +0000 |
parents | 5ecef3b02f2d |
children | 9198d6e1f11c |
files | msdos/sed2.inp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/sed2.inp Thu Jul 14 12:10:27 1994 +0000 +++ b/msdos/sed2.inp Thu Jul 14 19:39:09 1994 +0000 @@ -22,6 +22,7 @@ /^#undef HAVE_BCOPY *$/s/undef/define/ /^#undef HAVE_FREXP *$/s/undef/define/ /^#undef HAVE_FTIME *$/s/undef/define/ +/^#undef HAVE_STRERROR *$/s/undef/define/ s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/ s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/