From 78b099bdf3f3c171c31ed723ec5a67d0727795c3 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sat, 14 May 1994 01:56:51 +0000 Subject: [PATCH] Declare copy_lang_decl. From-SVN: r7295 --- gcc/tree.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index ffaf25db3d7..b938340a27a 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 -- 2.30.2