diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-07 09:57:38 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-07 09:57:38 +0000 |
commit | c9c642bdcc166bed1f83ae24b6e77c4a09e32840 (patch) | |
tree | 3b706e16c05ff744f4c6f7b047db25a7904ce18e /gcc/c-parse.gperf | |
parent | 3af1ad210c55735fb0ffdaf87afdd173313b0306 (diff) | |
download | gcc-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.gperf | 2 |
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; }; %% |