From: Ovidiu Predescu Date: Sun, 6 Aug 2000 07:47:20 +0000 (+0000) Subject: Added a comma after the last element to avoid syntax errors when other X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6389a767b8fc8250b5a1c0f94b70cd3ce83ed335;p=platform%2Fupstream%2Fgcc.git Added a comma after the last element to avoid syntax errors when other languages define additional options. From-SVN: r35514 --- 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"},