summaryrefslogtreecommitdiff
path: root/gcc/c-parse.gperf
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 09:57:38 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 09:57:38 +0000
commitc9c642bdcc166bed1f83ae24b6e77c4a09e32840 (patch)
tree3b706e16c05ff744f4c6f7b047db25a7904ce18e /gcc/c-parse.gperf
parent3af1ad210c55735fb0ffdaf87afdd173313b0306 (diff)
downloadgcc-c9c642bdcc166bed1f83ae24b6e77c4a09e32840.tar.gz
Warning fixes:
* Makefile.in (c-gperf.h): Add -L KR-C -F ', 0, 0' flags to gperf. (c-parse.gperf): Update comments describing invocation flags. (c-gperf.h): Regenerate using gperf 2.7.1 (19981006 egcs). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-parse.gperf')
-rw-r--r--gcc/c-parse.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.gperf b/gcc/c-parse.gperf
index 90cab6ad1d8..017dcb5497e 100644
--- a/gcc/c-parse.gperf
+++ b/gcc/c-parse.gperf
@@ -1,5 +1,5 @@
%{
-/* Command-line: gperf -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' -p -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
%}
struct resword { char *name; short token; enum rid rid; };
%%