* data/glr.c (yyuserAction): Fix uninitialized variable that caused

a valgrind failure.  Problem reported by [email protected].
This commit is contained in:
Paul Eggert
2005-07-14 05:08:03 +00:00
parent 0410a6e0cc
commit d741bd1bfd
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2005-07-13 Paul Hilfinger <[email protected]>
* data/glr.c (yyuserAction): Fix uninitialized variable that caused
a valgrind failure. Problem reported by [email protected].
2005-07-13 Paul Eggert <[email protected]>
* PACKAGING: New file, suggested by Bruno Haible and taken from