diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-06 07:47:20 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-06 07:47:20 +0000 |
commit | 6389a767b8fc8250b5a1c0f94b70cd3ce83ed335 (patch) | |
tree | 7591fe8e9bbb97a868e7ea215287852464e8589c /gcc | |
parent | 63d5dfe3505464d7fe4bbd3cffb813c6f166a5a6 (diff) | |
download | gcc-6389a767b8fc8250b5a1c0f94b70cd3ce83ed335.zip gcc-6389a767b8fc8250b5a1c0f94b70cd3ce83ed335.tar.gz gcc-6389a767b8fc8250b5a1c0f94b70cd3ce83ed335.tar.bz2 |
Added a comma after the last element to avoid syntax errors when other
languages define additional options.
From-SVN: r35514
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/lang-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index b6951c6..76c6fe2 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -50,4 +50,4 @@ DEFINE_LANG_NAME ("Java") { "-fno-use-divide-subroutine", "Use built-in instructions for division" }, { "-Wredundant-modifiers", "Warn if modifiers are specified when not necessary"}, - { "-Wunsupported-jdk11", "Warn if `final' local variables are specified"} + { "-Wunsupported-jdk11", "Warn if `final' local variables are specified"}, |