summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-04-15 12:34:24 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:52 +0200
commit2da875eaf6f2adae03a4497fdab88347ee9fec1d (patch)
tree5f3140050ccdc05c19c3f52ed5471a0aebdf5d39 /src/ChangeLog
parente3df8448fb9f6c2c705013da3817766188ef3086 (diff)
downloadexternal_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/ChangeLog6
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__.