From 24feaa95a48d66c22674f0556dce108127aed78b Mon Sep 17 00:00:00 2001 From: Ovidiu Predescu Date: Mon, 7 Aug 2000 06:47:34 +0000 Subject: Changed the language string for Objective-C to "GNU Objective-C". From-SVN: r35539 --- gcc/c-parse.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-parse.in b/gcc/c-parse.in index c58402f..cead16b 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -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"; -- cgit v1.1