Mercurial > emacs
diff etc/PROBLEMS @ 42233:50052f8ef824
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 21 Dec 2001 12:47:12 +0000 |
parents | 0340f1accfdf |
children | 72a5aec83cab |
line wrap: on
line diff
--- a/etc/PROBLEMS Fri Dec 21 12:46:51 2001 +0000 +++ b/etc/PROBLEMS Fri Dec 21 12:47:12 2001 +0000 @@ -556,7 +556,7 @@ * Compiling on AIX 4.3.x or 4.4 fails. -This could happen if you use /bin/c89 as youir compiler, instead of +This could happen if you use /bin/c89 as your compiler, instead of the default `cc'. /bin/c89 treats certain warnings, such as benign redefinitions of macros, as errors, and fails the build. A solution is to use the default compiler `cc'.