* src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.

This commit is contained in:
Joel E. Denny
2006-08-13 03:18:15 +00:00
parent 11daa4e73b
commit 219741d873
4 changed files with 224 additions and 220 deletions

View File

@@ -1,3 +1,7 @@
2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
* src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
* bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,