diff options
Diffstat (limited to 'gcc/cp/lex.h')
-rw-r--r-- | gcc/cp/lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h index 8f997ad189f..337e55aa7ca 100644 --- a/gcc/cp/lex.h +++ b/gcc/cp/lex.h @@ -131,3 +131,5 @@ extern tree got_object; extern int pending_lang_change; extern int yylex PROTO((void)); + +extern struct lang_decl *free_lang_decl_chain; |