diff options
Diffstat (limited to 'gcc/read-md.c')
-rw-r--r-- | gcc/read-md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/read-md.c b/gcc/read-md.c index b5beb4a..6c58878 100644 --- a/gcc/read-md.c +++ b/gcc/read-md.c @@ -1063,7 +1063,7 @@ parse_include (const char *arg) details about the callback's interface. */ bool -read_md_files (int argc, char **argv, bool (*parse_opt) (const char *), +read_md_files (int argc, const char **argv, bool (*parse_opt) (const char *), directive_handler_t handle_directive) { int i; |