summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-11-15 12:59:35 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:08:52 +0200
commit65f9550385452f770fbbf62db53f93d46977a465 (patch)
tree388ee6535b197a107235d24162e7a524aedac4da /src/ChangeLog
parent7763f5af62660309c49abde658763e4feb30fbb6 (diff)
downloadexternal_gettext-65f9550385452f770fbbf62db53f93d46977a465.zip
external_gettext-65f9550385452f770fbbf62db53f93d46977a465.tar.gz
external_gettext-65f9550385452f770fbbf62db53f93d46977a465.tar.bz2
Avoid uninitialized variable.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 534e68a..f26bd46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-14 Bruno Haible <bruno@clisp.org>
+
+ * x-php.c (phase3_getc): Initialize variable last_was_qmark.
+
2002-11-13 Bruno Haible <bruno@clisp.org>
Assume ANSI C.