(language_string): Define here for C and Obj-C.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 25 Jan 1993 19:49:15 +0000 (11:49 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 25 Jan 1993 19:49:15 +0000 (11:49 -0800)
From-SVN: r3329

gcc/c-parse.in

index a40dbfe089fa484a184ee75fc7d2e633c657c954..dd5281426ee964c4388146f92a63f2555ca1a47b 100644 (file)
@@ -67,6 +67,15 @@ ifobjc
 #include "objc-act.h"
 end ifobjc
 
+/* Since parsers are distinct for each language, put the language string
+   definition here.  */
+ifobjc
+char *language_string = "GNU Obj-C";
+end ifobjc
+ifc
+char *language_string = "GNU C";
+end ifc
+
 #ifndef errno
 extern int errno;
 #endif