diff options
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r-- | gcc/c-pragma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 8e7589f..7911c5a 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -62,6 +62,7 @@ extern void cpp_register_pragma PARAMS ((cpp_reader *, extern void maybe_apply_pragma_weak PARAMS ((tree)); extern tree maybe_apply_renaming_pragma PARAMS ((tree, tree)); +extern void add_to_renaming_pragma_list PARAMS ((tree, tree)); extern int c_lex PARAMS ((tree *)); |