From 1e6115dd121cb7fae61791085905ac6e4c5bba01 Mon Sep 17 00:00:00 2001 From: jakub Date: Thu, 28 Jan 2016 14:33:55 +0000 Subject: * directives.c (destringize_and_run): Adjust prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232928 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/directives.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcpp/directives.c') diff --git a/libcpp/directives.c b/libcpp/directives.c index a1e1239bf99..63f54ef7230 100644 --- a/libcpp/directives.c +++ b/libcpp/directives.c @@ -122,7 +122,8 @@ static void do_pragma_error (cpp_reader *); static void do_linemarker (cpp_reader *); static const cpp_token *get_token_no_padding (cpp_reader *); static const cpp_token *get__Pragma_string (cpp_reader *); -static void destringize_and_run (cpp_reader *, const cpp_string *); +static void destringize_and_run (cpp_reader *, const cpp_string *, + source_location); static int parse_answer (cpp_reader *, struct answer **, int, source_location); static cpp_hashnode *parse_assertion (cpp_reader *, struct answer **, int); static struct answer ** find_answer (cpp_hashnode *, const struct answer *); -- cgit v1.2.3