aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1994-05-14 01:56:51 +0000
committerJason Merrill <merrill@gnu.org>1994-05-14 01:56:51 +0000
commit78b099bdf3f3c171c31ed723ec5a67d0727795c3 (patch)
treebeb09bbba73ab7f16f79165eb6e64b2aee79ccec
parent37105bebb4cb144d6733dd17ac981cd472bcaace (diff)
downloadgcc-78b099bdf3f3c171c31ed723ec5a67d0727795c3.zip
gcc-78b099bdf3f3c171c31ed723ec5a67d0727795c3.tar.gz
gcc-78b099bdf3f3c171c31ed723ec5a67d0727795c3.tar.bz2
Declare copy_lang_decl.
From-SVN: r7295
-rw-r--r--gcc/tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index ffaf25d..b938340 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1557,6 +1557,9 @@ extern void lang_finish PROTO((void));
/* Funtion to identify which front-end produced the output file. */
extern char *lang_identify PROTO((void));
+/* Function to replace the DECL_LANG_SPECIFIC field of a DECL with a copy. */
+extern void copy_lang_decl PROTO((tree));
+
/* Function called with no arguments to parse and compile the input. */
extern int yyparse PROTO((void));
/* Function called with option as argument