]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* directives.c (destringize_and_run): Adjust prototype.
authorJakub Jelinek <jakub@redhat.com>
Thu, 28 Jan 2016 14:33:55 +0000 (15:33 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 28 Jan 2016 14:33:55 +0000 (15:33 +0100)
From-SVN: r232928

libcpp/ChangeLog
libcpp/directives.c

index eff304f09202d4b99c19d565a4605040a86b80a3..3a74d14d6d15a7fff9cc24ac17077b429911e376 100644 (file)
@@ -1,3 +1,7 @@
+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
index a1e1239bf9952bd9666dcdf96af0bb6c93baba2f..63f54ef72307e8bd7d598fe7e830c635852dfe60 100644 (file)
@@ -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 *);