diff options
| author | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-06 07:47:20 +0000 |
|---|---|---|
| committer | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-06 07:47:20 +0000 |
| commit | 2471664ee5de9a7093cfe1ff5013e7a45fa709dd (patch) | |
| tree | 7591fe8e9bbb97a868e7ea215287852464e8589c | |
| parent | 40317e008a1103d31c1f80d5d1cfce6920f25d85 (diff) | |
| download | ppe42-gcc-2471664ee5de9a7093cfe1ff5013e7a45fa709dd.tar.gz ppe42-gcc-2471664ee5de9a7093cfe1ff5013e7a45fa709dd.zip | |
Added a comma after the last element to avoid syntax errors when other
languages define additional options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35514 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 b6951c643d0..76c6fe2fbec 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"}, |

