(Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.
This commit is contained in:
parent
6d344054d1
commit
f7dcf73a4f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue