diff options
author | Jason Merrill <merrill@gnu.org> | 1994-05-14 01:56:51 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1994-05-14 01:56:51 +0000 |
commit | 78b099bdf3f3c171c31ed723ec5a67d0727795c3 (patch) | |
tree | beb09bbba73ab7f16f79165eb6e64b2aee79ccec | |
parent | 37105bebb4cb144d6733dd17ac981cd472bcaace (diff) | |
download | gcc-78b099bdf3f3c171c31ed723ec5a67d0727795c3.zip gcc-78b099bdf3f3c171c31ed723ec5a67d0727795c3.tar.gz gcc-78b099bdf3f3c171c31ed723ec5a67d0727795c3.tar.bz2 |
Declare copy_lang_decl.
From-SVN: r7295
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |