summaryrefslogtreecommitdiff
path: root/tests/c-parse.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/c-parse.gperf')
-rw-r--r--tests/c-parse.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/c-parse.gperf b/tests/c-parse.gperf
index 888eee9..efedfb9 100644
--- a/tests/c-parse.gperf
+++ b/tests/c-parse.gperf
@@ -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; };
%%