diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 582 | abort (); | 582 | abort (); |
| 583 | #else /* not MSDOS */ | 583 | #else /* not MSDOS */ |
| 584 | 584 | ||
| 585 | #ifdef MAC_OS | 585 | #ifdef MAC_OS8 |
| 586 | if (sf->output_method != output_mac) | 586 | if (sf->output_method != output_mac) |
| 587 | error ("Not running on a Macintosh screen; cannot make a new Macintosh frame"); | 587 | error ("Not running on a Macintosh screen; cannot make a new Macintosh frame"); |
| 588 | #else | 588 | #else |