diff options
| author | Richard M. Stallman | 1995-07-07 13:37:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-07 13:37:04 +0000 |
| commit | e83ec068f9748599d7ecb29c7b282271e7ce5253 (patch) | |
| tree | fcc4d884a1192a86f9933feac6e9c5b983f87f94 /src | |
| parent | 603218023683ed0371e935ac256bdd5a8190a99f (diff) | |
| download | emacs-e83ec068f9748599d7ecb29c7b282271e7ce5253.tar.gz emacs-e83ec068f9748599d7ecb29c7b282271e7ce5253.zip | |
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
names instead of C_SWITCH_OPTIMIZE, C_SWITCH_DEBUG.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-2-5.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h index 00cbadaba6d..5cffcc0dec8 100644 --- a/src/s/aix3-2-5.h +++ b/src/s/aix3-2-5.h | |||
| @@ -6,8 +6,8 @@ | |||
| 6 | because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because | 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 */ | 7 | "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ |
| 8 | #ifndef __GNUC__ | 8 | #ifndef __GNUC__ |
| 9 | #undef C_SWITCH_DEBUG | 9 | #undef C_DEBUG_SWITCH |
| 10 | #undef C_SWITCH_OPTIMIZE | 10 | #undef C_OPTIMIZE_SWITCH |
| 11 | #define C_SWITCH_DEBUG | 11 | #define C_DEBUG_SWITCH -O |
| 12 | #define C_SWITCH_OPTIMIZE -O | 12 | #define C_OPTIMIZE_SWITCH -O |
| 13 | #endif | 13 | #endif |