OSDN Git Service

Declare copy_lang_decl.
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 May 1994 01:56:51 +0000 (01:56 +0000)
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 May 1994 01:56:51 +0000 (01:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7295 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree.h

index ffaf25d..b938340 100644 (file)
@@ -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