diff options
Diffstat (limited to 'gcc/java/parse-scan.y')
-rw-r--r-- | gcc/java/parse-scan.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse-scan.y b/gcc/java/parse-scan.y index 3034e66..8c622a4 100644 --- a/gcc/java/parse-scan.y +++ b/gcc/java/parse-scan.y @@ -565,7 +565,7 @@ constructor_declaration: /* extra SC_TK, FIXME */ | modifiers constructor_declarator throws constructor_body SC_TK { modifier_value = 0; } -/* I'm not happy with the SC_TK addition. It isn't in the grammer and should +/* I'm not happy with the SC_TK addition. It isn't in the grammar and should probably be matched by and empty statement. But it doesn't work. FIXME */ ; |