aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index bd9b34d..e5a9ebf 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1934,6 +1934,11 @@ extern const char *(*decl_printable_name) PROTO((tree, int));
end of compilation. */
extern void (*incomplete_decl_finalize_hook) PROTO((tree));
+
+extern char *init_parse PROTO((char *));
+extern void finish_parse PROTO((void));
+
+extern const char * const language_string;
/* In tree.c */
extern char *perm_calloc PROTO((int, long));