aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.h')
-rw-r--r--gcc/c-lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-lex.h b/gcc/c-lex.h
index bfdc2ab..bd25a16 100644
--- a/gcc/c-lex.h
+++ b/gcc/c-lex.h
@@ -27,6 +27,7 @@ extern void position_after_white_space PARAMS ((void));
extern int c_lex PARAMS ((tree *));
extern const char *init_c_lex PARAMS ((const char *));
+extern void save_and_forget_protocol_qualifiers PARAMS ((void));
extern void forget_protocol_qualifiers PARAMS ((void));
extern void remember_protocol_qualifiers PARAMS ((void));
extern tree is_class_name PARAMS ((tree));