1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Support for abbreviated struct declarations.

This commit is contained in:
Bruno Haible
2003-06-02 11:43:01 +00:00
parent eba9cf3822
commit fcd638a42f
6 changed files with 168 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
2003-05-31 Bruno Haible <bruno@clisp.org>
* doc/gperf.texi (User-supplied Struct): Mention the possibility of an
abbreviated struct declaration.
* src/input.cc (Input::read_input): Support struct declarations of the
form "struct foo;".
* tests/incomplete.gperf: New file.
* tests/incomplete.exp: New file.
* tests/Makefile.in (check-test): Check incomplete.gperf too.
Reported by Rob Leslie <rob@mars.org>.
2003-05-20 Bruno Haible <bruno@clisp.org>
* doc/Makefile.in (gperf.ps): Don't use $< in a target rule.