aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r--gcc/c-lang.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index c62f8d2..fe4acab 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -47,6 +47,12 @@ lang_finish ()
{
}
+char *
+lang_identify ()
+{
+ return "c";
+}
+
/* Used by c-lex.c, but only for objc. */
tree
lookup_interface (arg)