summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-04-04 10:17:33 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:52 +0200
commita0e65ab1194c2cde35b77ff26265a429881d2cd0 (patch)
treebe819bad649eb848b858c474a57f2d7c0f00255a /src/ChangeLog
parent6925aae17034ff22b02c67a237f7f78255733fc4 (diff)
downloadexternal_gettext-a0e65ab1194c2cde35b77ff26265a429881d2cd0.zip
external_gettext-a0e65ab1194c2cde35b77ff26265a429881d2cd0.tar.gz
external_gettext-a0e65ab1194c2cde35b77ff26265a429881d2cd0.tar.bz2
Fix syntax error related to __VA_ARGS__.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c7c1cdd..db7ae81 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2002-04-04 Bruno Haible <bruno@clisp.org>
+ * po-lex.h (po_gram_error): Use __VA_ARGS__ + 0 instead of __VA_ARGS__.
+ (po_gram_error_at_line): LIkewise.
+ Fixes syntax error when __VA_ARGS__ is empty.
+ Reported by Trond Eivind Glomsrød <teg@redhat.com>.
+
+2002-04-04 Bruno Haible <bruno@clisp.org>
+
* msginit.c (find_pot): Add dummy return, to avoid gcc warning.
2002-03-12 Bruno Haible <bruno@clisp.org>