aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-18 06:44:54 +0000
committerRichard M. Stallman1996-03-18 06:44:54 +0000
commit63a1c38c9fdbd0b4c204c9be7f0ce87852e80f24 (patch)
treee0a889e8442a332b3d50c27fadb8d1186a6484c9 /src
parent2ef581f34c321c4878a66b8af47fe921a479b612 (diff)
downloademacs-63a1c38c9fdbd0b4c204c9be7f0ce87852e80f24.tar.gz
emacs-63a1c38c9fdbd0b4c204c9be7f0ce87852e80f24.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4-1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h
index e003bee715a..f5053a45afd 100644
--- a/src/s/aix4-1.h
+++ b/src/s/aix4-1.h
@@ -14,6 +14,9 @@
14 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because 14 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
15 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu. 15 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu.
16 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */ 16 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */
17/* David Edelsohn <dje@watson.ibm.com> says that this actually depends
18 on the version of XLC, which can't be predicted from the system version.
19 What a mess! */
17#ifndef __GNUC__ 20#ifndef __GNUC__
18#undef C_DEBUG_SWITCH 21#undef C_DEBUG_SWITCH
19#undef C_OPTIMIZE_SWITCH 22#undef C_OPTIMIZE_SWITCH