(Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.

This commit is contained in:
YAMAMOTO Mitsuharu 2008-01-07 08:15:56 +00:00
parent 6d344054d1
commit f7dcf73a4f

View file

@ -582,7 +582,7 @@ Note that changing the size of one terminal frame automatically affects all. */
abort ();
#else /* not MSDOS */
#ifdef MAC_OS
#ifdef MAC_OS8
if (sf->output_method != output_mac)
error ("Not running on a Macintosh screen; cannot make a new Macintosh frame");
#else