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

Omit option -p from tests.

This commit is contained in:
Bruno Haible
2003-04-15 09:40:23 +00:00
parent 5e30c2698e
commit fa9b5b99bf
12 changed files with 34 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
%{
/* Command-line: gperf -L KR-C -F ', 0, 0' -p -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
/* Command-line: gperf -L KR-C -F ', 0, 0' -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
%}
struct resword { const char *name; short token; enum rid rid; };
%%