diff options
Diffstat (limited to 'gcc/java/parse.y')
-rw-r--r-- | gcc/java/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y index 8f5eca1862f..c02648feb7f 100644 --- a/gcc/java/parse.y +++ b/gcc/java/parse.y @@ -334,7 +334,7 @@ int java_warning_count; /* Tell when not to fold, when doing xrefs */ int do_not_fold; /* Cyclic inheritance report, as it can be set by layout_class */ -char *cyclic_inheritance_report; +const char *cyclic_inheritance_report; /* Tell when we're within an instance initializer */ static int in_instance_initializer; |