diff options
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index 5a407c7..82b4727 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -65,7 +65,7 @@ int java_tree_code_length[] = { Used for printing out the tree and error messages. */ #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME, -char *java_tree_code_name[] = { +const char *java_tree_code_name[] = { "@@dummy", #include "java-tree.def" }; |