Mercurial > emacs
changeset 12135:b4ff4bf436e1
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 08 Jun 1995 20:35:11 +0000 |
parents | cf65209088d6 |
children | d130110feac4 |
files | msdos/sed2.inp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/sed2.inp Thu Jun 08 20:13:45 1995 +0000 +++ b/msdos/sed2.inp Thu Jun 08 20:35:11 1995 +0000 @@ -27,6 +27,7 @@ /^#undef HAVE_FTIME *$/s/undef/define/ /^#undef HAVE_STRERROR *$/s/undef/define/ /^#undef HAVE_MKTIME *$/s/undef/define/ +/^#define MULTI_FRAME *$/s/define/undef/ 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"/