]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_terminal_frame): Test MSDOS, not __MSDOS__.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 21:09:04 +0000 (21:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 21:09:04 +0000 (21:09 +0000)
src/frame.c

index bfa8046a0ea41dc6f582050d08e0f5477da5146a..7d4c3422a6dec1686b4b2e5fa5a061075b0ee0f3 100644 (file)
@@ -525,7 +525,7 @@ Note that changing the size of one terminal frame automatically affects all.")
   struct frame *f;
   Lisp_Object frame;
 
-#ifdef __MSDOS__
+#ifdef MSDOS
   if (selected_frame->output_method != output_msdos_raw)
     abort ();
 #else