From: Karl Heuer Date: Thu, 8 Jun 1995 20:35:11 +0000 (+0000) Subject: Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c. X-Git-Tag: emacs-19.34~3724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f5b5da1d6e3bf13e0aadaa38fbab0a593141942;p=emacs.git Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c. --- diff --git a/msdos/sed2.inp b/msdos/sed2.inp index cc82ca6f359..d0585ad9a35 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -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"/