summaryrefslogtreecommitdiffstats
path: root/gcc/cp/gxx.gperf
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 09:50:45 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 09:50:45 +0000
commit3af1ad210c55735fb0ffdaf87afdd173313b0306 (patch)
tree80c3e8f8a7bb27dedac2efb1a39791d086f4c662 /gcc/cp/gxx.gperf
parent7665c3764e7c185884ef4cfb01a2225d1c04a17b (diff)
downloadppe42-gcc-3af1ad210c55735fb0ffdaf87afdd173313b0306.tar.gz
ppe42-gcc-3af1ad210c55735fb0ffdaf87afdd173313b0306.zip
Warning fixes:
* Makefile.in (hash.h): Add -L KR-C -F ', 0, 0' flags to gperf. (gxx.gperf): Update comments describing invocation flags. (hash.h): Regenerate using gperf 2.7.1 (19981006 egcs). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/gxx.gperf')
-rw-r--r--gcc/cp/gxx.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/gxx.gperf b/gcc/cp/gxx.gperf
index d0ce7ac2437..868dfc426f0 100644
--- a/gcc/cp/gxx.gperf
+++ b/gcc/cp/gxx.gperf
@@ -1,5 +1,5 @@
%{
-/* Command-line: gperf -p -j1 -g -o -t -N is_reserved_word -k1,4,$,7 gplus.gperf */
+/* Command-line: gperf -L KR-C -F ', 0, 0' -p -j1 -g -o -t -N is_reserved_word -k1,4,$,7 gplus.gperf */
%}
struct resword { char *name; short token; enum rid rid;};
%%
OpenPOWER on IntegriCloud