Commit 867b0d7a by Jim Wilson

(language_string): Define here for C and Obj-C.

From-SVN: r3329
parent e5b42a8c
...@@ -67,6 +67,15 @@ ifobjc ...@@ -67,6 +67,15 @@ ifobjc
#include "objc-act.h" #include "objc-act.h"
end ifobjc 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 #ifndef errno
extern int errno; extern int errno;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment