From 83440a2aed0e8b914e5278666d7f2cfec13c50ab Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 22 Jan 2003 12:03:19 +0000 Subject: Rewrite the input routines. --- tests/c-parse.exp | 1 + tests/cplusplus.exp | 1 + tests/gpc.exp | 1 + tests/java.exp | 1 + tests/objc.exp | 1 + tests/test-4.exp | 1 + 6 files changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/c-parse.exp b/tests/c-parse.exp index d0dc46a..9d229ba 100644 --- a/tests/c-parse.exp +++ b/tests/c-parse.exp @@ -1,5 +1,6 @@ /* C code produced by gperf version 2.7.2 */ /* Command-line: ../src/gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k'1,3,$' */ + /* 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 { const char *name; short token; enum rid rid; }; diff --git a/tests/cplusplus.exp b/tests/cplusplus.exp index 8fb6427..71c88ff 100644 --- a/tests/cplusplus.exp +++ b/tests/cplusplus.exp @@ -1,5 +1,6 @@ /* C code produced by gperf version 2.7.2 */ /* Command-line: ../src/gperf -L C -F ', 0, 0' -p -j1 -g -o -t -N is_reserved_word -k'1,4,7,$' */ + /* 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 { const char *name; short token; enum rid rid;}; diff --git a/tests/gpc.exp b/tests/gpc.exp index d4ada45..70fd312 100644 --- a/tests/gpc.exp +++ b/tests/gpc.exp @@ -1,5 +1,6 @@ /* C code produced by gperf version 2.7.2 */ /* Command-line: ../src/gperf -g -o -j1 -t -p -N is_reserved_word */ + /* ISO Pascal 7185 reserved words. * * For GNU Pascal compiler (GPC) by jtv@hut.fi diff --git a/tests/java.exp b/tests/java.exp index d9cdf68..a711b70 100644 --- a/tests/java.exp +++ b/tests/java.exp @@ -1,5 +1,6 @@ /* C code produced by gperf version 2.7.2 */ /* Command-line: ../src/gperf -L C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k'1,3,$' */ + /* Keyword definition for the GNU compiler for the Java(TM) language. Copyright (C) 1997, 1998 Free Software Foundation, Inc. Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com) diff --git a/tests/objc.exp b/tests/objc.exp index abf2e08..b2eaba4 100644 --- a/tests/objc.exp +++ b/tests/objc.exp @@ -1,5 +1,6 @@ /* C code produced by gperf version 2.7.2 */ /* Command-line: ../src/gperf -p -j1 -i 1 -g -o -t -N is_reserved_word -k'1,3,$' */ + /* Command-line: gperf -p -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ objc.gperf */ struct resword { char *name; short token; enum rid rid; }; diff --git a/tests/test-4.exp b/tests/test-4.exp index 945331c..9e218cc 100644 --- a/tests/test-4.exp +++ b/tests/test-4.exp @@ -1,5 +1,6 @@ /* C code produced by gperf version 2.7.2 */ /* Command-line: ../src/gperf -D -p -t */ + /* 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 { const char *name; short token; enum rid rid; }; -- cgit v1.2.1