aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 64b9546..9a9beb0 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -34,7 +34,7 @@ extern void fatal PARAMS ((const char *, ...))
/* Spec files linked with gcc.c must provide definitions for these. */
/* Called before processing to change/add/remove arguments. */
-extern void lang_specific_driver PARAMS ((int *, char ***, int *));
+extern void lang_specific_driver PARAMS ((int *, const char *const **, int *));
/* Called before linking. Returns 0 on success and -1 on failure. */
extern int lang_specific_pre_link PARAMS ((void));