From: Jason Merrill Date: Sat, 14 May 1994 01:56:51 +0000 (+0000) Subject: Declare copy_lang_decl. X-Git-Tag: misc/cutover-egcs-0~6648 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b099bdf3f3c171c31ed723ec5a67d0727795c3;p=thirdparty%2Fgcc.git Declare copy_lang_decl. From-SVN: r7295 --- diff --git a/gcc/tree.h b/gcc/tree.h index ffaf25db3d72..b938340a27a1 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