1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Regenerated.

This commit is contained in:
Bruno Haible
2000-08-20 18:44:23 +00:00
parent 4bdae61027
commit 745d7fc2fb
23 changed files with 4031 additions and 3212 deletions

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* 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; };
@@ -12,6 +12,10 @@ struct resword { const char *name; short token; enum rid rid; };
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* C code produced by gperf version 2.7.2 */
/* Command-line: ../src/gperf -L C -F ', 0, 0, 0' -D -E -S1 -p -j1 -i 1 -g -o -t -k'*' */
struct resword {
const char *name;
@@ -11,6 +11,10 @@ extern tree ridpointers [];
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* 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;};
@@ -12,6 +12,10 @@ struct resword { const char *name; short token; enum rid rid;};
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* 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.
*
@@ -20,6 +20,10 @@ struct resword { char *name; short token; short iclass;};
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* 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.
@@ -36,6 +36,10 @@ struct java_keyword { const char *name; int token; };
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* C code produced by gperf version 2.7.2 */
/* Command-line: ../src/gperf -n -k1-8 -l */
#define TOTAL_KEYWORDS 40
@@ -10,6 +10,10 @@
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)
@@ -194,7 +198,7 @@ in_word_set (str, len)
{
register const char *s = wordlist[key];
if (*str == *s && !strcmp (str + 1, s + 1))
if (*str == *s && !memcmp (str + 1, s + 1, len - 1))
return s;
}
}

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* 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; };
@@ -12,6 +12,10 @@ struct resword { char *name; short token; enum rid rid; };
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 2.7 */
/* 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; };
@@ -12,6 +12,10 @@ struct resword { const char *name; short token; enum rid rid; };
#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (str, len)