aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 555f877..5e2522f 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1427,6 +1427,9 @@ extern void init_decl_processing PROTO((void));
extern void lang_init PROTO((void));
extern void lang_finish PROTO((void));
+/* Funtion to identify which front-end produced the output file. */
+extern char *lang_identify PROTO((void));
+
/* Function called with no arguments to parse and compile the input. */
extern int yyparse PROTO((void));
/* Function called with option as argument