From f7dcf73a4fe2774638c73dff1a82fe7975e1e0e7 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 7 Jan 2008 08:15:56 +0000 Subject: [PATCH] (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index 7ba3e9928ab..a2b2148a21f 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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 -- 2.39.5