aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2001-12-21 12:29:36 +0000
committerEli Zaretskii2001-12-21 12:29:36 +0000
commitec383c7d3be32a76fec796e5b185dde002c5feed (patch)
treee3c5b0a32a5d6539def362db5681c0df48fea750 /etc
parentcc2f2825065c516c86180772ecb778b3ab4d7636 (diff)
downloademacs-ec383c7d3be32a76fec796e5b185dde002c5feed.tar.gz
emacs-ec383c7d3be32a76fec796e5b185dde002c5feed.zip
Fix last change.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index de474570029..46b908d1598 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -555,6 +555,7 @@ so, you have hit a compiler bug. Please make sure to re-configure
555Emacs so that it isn't compiled with `-O5'. 555Emacs so that it isn't compiled with `-O5'.
556 556
557* Compiling on AIX 4.3.x or 4.4 fails. 557* Compiling on AIX 4.3.x or 4.4 fails.
558
558This could happen if you use /bin/c89 as youir compiler, instead of 559This could happen if you use /bin/c89 as youir compiler, instead of
559the default `cc'. /bin/c89 treats certain warnings, such as benign 560the default `cc'. /bin/c89 treats certain warnings, such as benign
560redefinitions of macros, as errors, and fails the build. A solution 561redefinitions of macros, as errors, and fails the build. A solution