diff options
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index 6bf6591..9f8f50d 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -61,7 +61,7 @@ extern int c_parse (void); extern void c_error (char *); -extern int c_parse_escape (char **, struct obstack *); +extern int c_parse_escape (const char **, struct obstack *); /* Defined in c-typeprint.c */ extern void c_print_type (struct type *, const char *, |