Declare copy_lang_decl.

From-SVN: r7295
This commit is contained in:
Jason Merrill 1994-05-14 01:56:51 +00:00
parent 37105bebb4
commit 78b099bdf3
1 changed files with 3 additions and 0 deletions

View 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