Commit e2eb5056 by Jakub Jelinek Committed by Jakub Jelinek

* directives.c (destringize_and_run): Adjust prototype.

From-SVN: r232928
parent 4b7471a4
2016-01-28 Jakub Jelinek <jakub@redhat.com>
* directives.c (destringize_and_run): Adjust prototype.
2016-01-27 David Malcolm <dmalcolm@redhat.com>
PR preprocessor/69126
......
......@@ -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 *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment