Added a comma after the last element to avoid syntax errors when other
authorOvidiu Predescu <ovidiu@gcc.gnu.org>
Sun, 6 Aug 2000 07:47:20 +0000 (07:47 +0000)
committerOvidiu Predescu <ovidiu@gcc.gnu.org>
Sun, 6 Aug 2000 07:47:20 +0000 (07:47 +0000)
languages define additional options.

From-SVN: r35514

gcc/java/lang-options.h

index b6951c6..76c6fe2 100644 (file)
@@ -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"},