diff options
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 80f02de..7e41d1b 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -49,6 +49,8 @@ static void skip_if_group PROTO ((cpp_reader *)); static void parse_name PARAMS ((cpp_reader *, int)); static void parse_string PARAMS ((cpp_reader *, int)); static int parse_assertion PARAMS ((cpp_reader *)); +static const char *if_directive_name PARAMS ((cpp_reader *, + struct if_stack *)); /* External declarations. */ |