summaryrefslogtreecommitdiff
path: root/tests/cplusplus.gperf
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-15 09:40:23 +0000
committerBruno Haible <bruno@clisp.org>2003-04-15 09:40:23 +0000
commitfa9b5b99bff5a086623ac15e4001cddb4d1fba9b (patch)
tree5b76d81affe669916f087ca6db2409a42c4e7f4a /tests/cplusplus.gperf
parent5e30c2698e2f96abb2ccf69e24f086bc9bd71883 (diff)
downloadgperf-fa9b5b99bff5a086623ac15e4001cddb4d1fba9b.tar.gz
Omit option -p from tests.
Diffstat (limited to 'tests/cplusplus.gperf')
-rw-r--r--tests/cplusplus.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cplusplus.gperf b/tests/cplusplus.gperf
index 1e621c4..8139e28 100644
--- a/tests/cplusplus.gperf
+++ b/tests/cplusplus.gperf
@@ -1,5 +1,5 @@
%{
-/* Command-line: gperf -L KR-C -F ', 0, 0' -p -j1 -g -o -t -N is_reserved_word -k1,4,$,7 gplus.gperf */
+/* Command-line: gperf -L KR-C -F ', 0, 0' -j1 -g -o -t -N is_reserved_word -k1,4,$,7 gplus.gperf */
%}
struct resword { const char *name; short token; enum rid rid;};
%%