* src/files.c, src/files.h (strsuffix): Not static.

* src/conflicts.c (conflicts_print): Don't consider it is an error
to have a %expectation violation on a file ending by `plural.y'.
Eek.
This commit is contained in:
Akim Demaille
2002-01-03 13:39:20 +00:00
parent dd3c3f3006
commit ffc03584ad
5 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
2002-01-03 Akim Demaille <akim@epita.fr>
* src/files.c, src/files.h (strsuffix): Not static.
* src/conflicts.c (conflicts_print): Don't consider it is an error
to have a %expectation violation on a file ending by `plural.y'.
Eek.
2002-01-03 Akim Demaille <akim@epita.fr>
* tests/bison.in: Adjust to CVS Autoconf.