Mercurial > emacs
annotate src/s/aix3-2-5.h @ 12761:bffb5ea6fb43
Move various Q... vars to top of file, unconditional.
(Vterminal_frame): Just one definition, at top of file, unconditional.
(syms_of_frame_1): New function.
(syms_of_frame. both definitions): Call syms_of_frame_1.
(set_menu_bar_lines, set_menu_bar_lines_1): New functions.
(store_frame_parameter): Call set_menu_bar_lines.
[!MULTI_FRAME] (Fmodify_frame_parameters): Call set_menu_bar_lines.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Aug 1995 09:05:09 +0000 |
parents | 333d25d9a8b1 |
children | 0352cffbcc0d |
rev | line source |
---|---|
6128 | 1 /* s- file for building Emacs on AIX 3.2.5. */ |
2 | |
3 #include "aix3-2.h" | |
4 | |
5 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" | |
6 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because | |
7 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ | |
8 #ifndef __GNUC__ | |
12496
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
9 #undef C_DEBUG_SWITCH |
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
10 #undef C_OPTIMIZE_SWITCH |
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
11 #define C_DEBUG_SWITCH -O |
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
12 #define C_OPTIMIZE_SWITCH -O |
6128 | 13 #endif |