diff options
| author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-30 19:19:06 +0000 |
|---|---|---|
| committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-30 19:19:06 +0000 |
| commit | 7035b2ab9789880dfe54b3d18299b944ef796df6 (patch) | |
| tree | eb5c785a332c675110a75f8bdba7609d72204214 /gcc/java/builtins.c | |
| parent | 97505ac3dcb755ae4f7f6516c72db06a80802a4a (diff) | |
| download | ppe42-gcc-7035b2ab9789880dfe54b3d18299b944ef796df6.tar.gz ppe42-gcc-7035b2ab9789880dfe54b3d18299b944ef796df6.zip | |
* gengtype.c (create_option): New function.
* gengtype.h: Prototype it.
* gengtype-yacc.y (stringseq): New rule.
(option): Use create_option. Add new bare ID production. Use
stringseq, not STRING directly.
* alias.c, bitmap.c, c-decl.c, cgraph.h, cpplib.h, cselib.h
* dwarf2out.c, emit-rtl.c, function.h, lists.c, tree.h
* varray.h, config/alpha/alpha.c, cp/name-lookup.c, cp/parser.c
* f/com.c, java/builtins.c, java/expr.c, java/jcf.h, java/parse.h:
Use new shorter form of GTY markers.
* doc/gty.texi: Rewrite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80091 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/builtins.c')
| -rw-r--r-- | gcc/java/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c index 65fb3e228c2..563bd8daad2 100644 --- a/gcc/java/builtins.c +++ b/gcc/java/builtins.c @@ -65,7 +65,7 @@ struct builtin_record GTY(()) { union string_or_tree GTY ((desc ("1"))) class_name; union string_or_tree GTY ((desc ("1"))) method_name; - builtin_creator_function * GTY((skip (""))) creator; + builtin_creator_function * GTY((skip)) creator; enum built_in_function builtin_code; }; |

