aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2016-01-28 15:33:55 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2016-01-28 15:33:55 +0100
commite2eb5056567bc3814ca236ee8cdb17e044a20392 (patch)
tree08cde36b34358dc12cdfed48cc9d091c68f8b944 /libcpp/directives.c
parent4b7471a4c0c136cb024975fe3e2f54c21ea80b3f (diff)
downloadgcc-e2eb5056567bc3814ca236ee8cdb17e044a20392.zip
gcc-e2eb5056567bc3814ca236ee8cdb17e044a20392.tar.gz
gcc-e2eb5056567bc3814ca236ee8cdb17e044a20392.tar.bz2
* directives.c (destringize_and_run): Adjust prototype.
From-SVN: r232928
Diffstat (limited to 'libcpp/directives.c')
-rw-r--r--libcpp/directives.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/directives.c b/libcpp/directives.c
index a1e1239..63f54ef 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 *);