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

Regenerated and updated.

This commit is contained in:
Bruno Haible
2009-12-20 11:18:22 +01:00
parent a343f95609
commit 6eda9843bc
32 changed files with 411 additions and 454 deletions

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -i 1 -g -o -t -G -N is_reserved_word -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -C -E -G -I -t */
/* Computed positions: -k'1-11,22,$' */
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -56,9 +56,7 @@ inline
#endif
#endif
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static const unsigned short asso_values[] =
{
@@ -1810,9 +1808,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const struct charset *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -L C -F ', 0, 0, 0' -D -E -S1 -j1 -i 1 -g -o -t -k'*' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -g -o -t -N is_reserved_word -k'1,4,7,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -g -o -j1 -t -N is_reserved_word */
/* Computed positions: -k'1,$' */
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -56,9 +56,7 @@ inline
#endif
#endif
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -99,9 +97,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
struct resword *
is_reserved_word (str, len)
register const char *str;
register unsigned int len;
is_reserved_word (register const char *str, register unsigned int len)
{
static struct resword wordlist[] =
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -t */
/* Computed positions: -k'1,3' */
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
struct month;
@@ -46,9 +46,7 @@ inline
#endif
#endif
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -89,9 +87,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
struct month *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
static struct month wordlist[] =
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -L C -F ', 0' -t -j1 -i 1 -g -o -N java_keyword -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -C -E -G -I -t */
/* Computed positions: -k'1-3,5,$' */
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -59,9 +59,7 @@ inline
#endif
#endif
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static const unsigned short asso_values[] =
{
@@ -1467,9 +1465,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const struct language *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -n -k1-8 -l */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -44,9 +44,7 @@ inline
#endif
#endif
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -116,9 +114,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const char *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
static unsigned char lengthtable[] =
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -j1 -i 1 -g -o -t -N is_reserved_word -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -47,9 +47,7 @@ inline
#endif
#endif
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -102,9 +100,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
struct resword *
is_reserved_word (str, len)
register const char *str;
register unsigned int len;
is_reserved_word (register const char *str, register unsigned int len)
{
static struct resword wordlist[] =
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -m5 */
/* Computed positions: -k'1-2' */
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -46,9 +46,7 @@ inline
#endif
/*ARGSUSED*/
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -89,9 +87,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const char *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
static const char * wordlist[] =
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -m5 */
/* Computed positions: -k'1-2' */
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -46,9 +46,7 @@ inline
#endif
/*ARGSUSED*/
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -89,9 +87,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const char *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
static const char * wordlist[] =
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -m5 --ignore-case */
/* Computed positions: -k'1-2' */
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -69,9 +69,7 @@ static unsigned char gperf_downcase[256] =
#ifndef GPERF_CASE_STRCMP
#define GPERF_CASE_STRCMP 1
static int
gperf_case_strcmp (s1, s2)
register const char *s1;
register const char *s2;
gperf_case_strcmp (register const char *s1, register const char *s2)
{
for (;;)
{
@@ -93,9 +91,7 @@ inline
#endif
/*ARGSUSED*/
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -136,9 +132,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const char *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
static const char * wordlist[] =
{

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.4 */
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: ../src/gperf -D -t -k'1,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
@@ -47,9 +47,7 @@ inline
#endif
#endif
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
hash (register const char *str, register unsigned int len)
{
static unsigned char asso_values[] =
{
@@ -90,9 +88,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
struct resword *
in_word_set (str, len)
register const char *str;
register unsigned int len;
in_word_set (register const char *str, register unsigned int len)
{
static struct resword wordlist[] =
{

View File

@@ -28,7 +28,7 @@ Language for the output code:
-L, --language=LANGUAGE-NAME
Generates code in the specified language. Languages
handled are currently C++, ANSI-C, C, and KR-C. The
default is C.
default is ANSI-C.
Details in the output code:
-K, --slot-name=NAME Select name of the keyword component in the keyword