diff options
| author | Eli Zaretskii | 2001-12-21 12:29:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-21 12:29:36 +0000 |
| commit | ec383c7d3be32a76fec796e5b185dde002c5feed (patch) | |
| tree | e3c5b0a32a5d6539def362db5681c0df48fea750 /etc | |
| parent | cc2f2825065c516c86180772ecb778b3ab4d7636 (diff) | |
| download | emacs-ec383c7d3be32a76fec796e5b185dde002c5feed.tar.gz emacs-ec383c7d3be32a76fec796e5b185dde002c5feed.zip | |
Fix last change.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 1 |
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 | |||
| 555 | Emacs so that it isn't compiled with `-O5'. | 555 | Emacs 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 | |||
| 558 | This could happen if you use /bin/c89 as youir compiler, instead of | 559 | This could happen if you use /bin/c89 as youir compiler, instead of |
| 559 | the default `cc'. /bin/c89 treats certain warnings, such as benign | 560 | the default `cc'. /bin/c89 treats certain warnings, such as benign |
| 560 | redefinitions of macros, as errors, and fails the build. A solution | 561 | redefinitions of macros, as errors, and fails the build. A solution |