diff options
author | Bruno Haible <bruno@clisp.org> | 2002-04-15 12:34:24 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:07:52 +0200 |
commit | 2da875eaf6f2adae03a4497fdab88347ee9fec1d (patch) | |
tree | 5f3140050ccdc05c19c3f52ed5471a0aebdf5d39 /src/ChangeLog | |
parent | e3df8448fb9f6c2c705013da3817766188ef3086 (diff) | |
download | external_gettext-2da875eaf6f2adae03a4497fdab88347ee9fec1d.zip external_gettext-2da875eaf6f2adae03a4497fdab88347ee9fec1d.tar.gz external_gettext-2da875eaf6f2adae03a4497fdab88347ee9fec1d.tar.bz2 |
Avoid compilation error on MacOS X Server (Darwin 5.3) with Apple's cc.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index db7ae81..fc31af2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-04-15 Bruno Haible <bruno@clisp.org> + + * po-lex.h (po_gram_error): Treat Apple's version of GCC like non-GCC. + * po-lex.c (po_gram_error): Likewise. + Reported by Richard S. Blake <blakers@presence-group.com>. + 2002-04-04 Bruno Haible <bruno@clisp.org> * po-lex.h (po_gram_error): Use __VA_ARGS__ + 0 instead of __VA_ARGS__. |