diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-12-23 16:07:16 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-12-23 16:07:16 +0000 |
commit | 0b5826acc87bbaf5c4488610ce43939d45ca5607 (patch) | |
tree | 3a92e39c3950a0111e36bf45eea110d72fbf1e8a /gcc/java/keyword.h | |
parent | 14aacce76e18b19ea57b6f6dbeda4cad4b634b1a (diff) | |
download | gcc-0b5826acc87bbaf5c4488610ce43939d45ca5607.zip gcc-0b5826acc87bbaf5c4488610ce43939d45ca5607.tar.gz gcc-0b5826acc87bbaf5c4488610ce43939d45ca5607.tar.bz2 |
arc.c (arc_hard_regno_mode_ok): Const-ify.
* arc.c (arc_hard_regno_mode_ok): Const-ify.
* arc.h (arc_hard_regno_mode_ok): Likewise.
* i386.c (x86_64_reg_class_name): Make static.
* m68k.c (regno_reg_class): Const-ify.
* m68k.h (regno_reg_class): Likewise.
* mcore.c (reg_class_from_letter): Likewise.
* mcore.h (reg_class_from_letter): Likewise.
* sh.c (reg_class_from_letter, ashiftrt_insns, shift_insns,
ext_shift_insns, ext_shift_amounts): Likewise.
* sh.h (reg_class_from_letter): Likewise.
* sparc.c (hard_regno_mode_classes, hard_32bit_mode_classes,
hard_64bit_mode_classes): Likewise.
* sparc.h (hard_regno_mode_classes): Likewise.
* gcc.c (modify_target): Make static.
* gengenrtl.c (defs, formats): Likewise.
* reload1.c (elim_table_1, init_elim_table): Const-ify.
* tradcpp.c (directive, directive_table, handle_directive,
skip_if_group, run_directive): Likewise.
cp:
* decl2.c (lang_f_options): Const-ify.
f:
* com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.
java:
* Make-lang.in (keyword.h): Pass -C to gperf to const-ify
the static arrays that are output.
* jvspec.c (jvgenmain_spec): Make static.
* keyword.gperf (struct java_keyword, java_keyword): Const-ify.
* keyword.h: Regenerate.
* lang.c (string_option, process_option_with_no, lang_f_options,
lang_W_options): Const-ify.
* lex.c (java_lex): Likewise.
From-SVN: r48290
Diffstat (limited to 'gcc/java/keyword.h')
-rw-r--r-- | gcc/java/keyword.h | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/gcc/java/keyword.h b/gcc/java/keyword.h index 7e8832f..a2bc12d 100644 --- a/gcc/java/keyword.h +++ b/gcc/java/keyword.h @@ -1,5 +1,5 @@ -/* C code produced by gperf version 2.7 */ -/* Command-line: gperf -L C -F , 0 -p -t -j1 -i 1 -g -o -N java_keyword -k1,4,$ keyword.gperf */ +/* C code produced by gperf version 2.7.2 */ +/* Command-line: gperf -L C -C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k'1,4,$' keyword.gperf */ /* 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) @@ -25,7 +25,7 @@ Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ -struct java_keyword { const char *const name; int token; }; +struct java_keyword { const char *const name; const int token; }; #ifdef __GNUC__ __inline #endif @@ -33,7 +33,7 @@ static unsigned int hash PARAMS ((const char *, unsigned int)); #ifdef __GNUC__ __inline #endif -struct java_keyword *java_keyword PARAMS ((const char *, unsigned int)); +const struct java_keyword *java_keyword PARAMS ((const char *, unsigned int)); #define TOTAL_KEYWORDS 51 #define MIN_WORD_LENGTH 2 @@ -44,13 +44,17 @@ struct java_keyword *java_keyword PARAMS ((const char *, unsigned int)); #ifdef __GNUC__ __inline +#else +#ifdef __cplusplus +inline +#endif #endif static unsigned int hash (str, len) register const char *str; register unsigned int len; { - static unsigned char asso_values[] = + static const unsigned char asso_values[] = { 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, @@ -98,14 +102,15 @@ hash (str, len) #ifdef __GNUC__ __inline #endif -struct java_keyword * +const struct java_keyword * java_keyword (str, len) register const char *str; register unsigned int len; { - static struct java_keyword wordlist[] = + static const struct java_keyword wordlist[] = { - {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"else", ELSE_TK}, {"true", TRUE_TK}, {"case", CASE_TK}, @@ -163,12 +168,14 @@ java_keyword (str, len) {"instanceof", INSTANCEOF_TK}, {"", 0}, {"throw", THROW_TK}, - {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"native", NATIVE_TK}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"import", IMPORT_TK}, - {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, - {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"goto", GOTO_TK} }; |