aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 99669ec..4e029c0 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -39,8 +39,8 @@ extern char *file_name_nondirectory PARAMS ((const char *));
extern void print_time PARAMS ((const char *, long));
extern void debug_start_source_file PARAMS ((const char *));
extern void debug_end_source_file PARAMS ((unsigned));
-extern void debug_define PARAMS ((unsigned, char *));
-extern void debug_undef PARAMS ((unsigned, char *));
+extern void debug_define PARAMS ((unsigned, const char *));
+extern void debug_undef PARAMS ((unsigned, const char *));
extern int debug_ignore_block PARAMS ((union tree_node *));
extern void fatal PARAMS ((const char *, ...))
ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;