aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-07 06:47:34 +0000
committerOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-07 06:47:34 +0000
commit24feaa95a48d66c22674f0556dce108127aed78b (patch)
tree47af1e7e35d805f25dfd30a92ee6cd2e6d93dbeb
parentb3dc253f84aa7863964b0575965550651a30947e (diff)
downloadgcc-24feaa95a48d66c22674f0556dce108127aed78b.zip
gcc-24feaa95a48d66c22674f0556dce108127aed78b.tar.gz
gcc-24feaa95a48d66c22674f0556dce108127aed78b.tar.bz2
Changed the language string for Objective-C to "GNU Objective-C".
From-SVN: r35539
-rw-r--r--gcc/c-parse.in2
1 files changed, 1 insertions, 1 deletions
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";