Changed the language string for Objective-C to "GNU Objective-C".
authorOvidiu Predescu <ovidiu@gcc.gnu.org>
Mon, 7 Aug 2000 06:47:34 +0000 (06:47 +0000)
committerOvidiu Predescu <ovidiu@gcc.gnu.org>
Mon, 7 Aug 2000 06:47:34 +0000 (06:47 +0000)
From-SVN: r35539

gcc/c-parse.in

index c58402f..cead16b 100644 (file)
@@ -59,7 +59,7 @@ end ifobjc
 /* Since parsers are distinct for each language, put the language string
    definition here.  */
 ifobjc
-const char * const language_string = "GNU Obj-C";
+const char * const language_string = "GNU Objective-C";
 end ifobjc
 ifc
 const char * const language_string = "GNU C";