Constification of parse_linespec and fallout:
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 6bf6591c864fe009b1a374e04ae6104da41bfbb3..9f8f50df1c99812dda9daf501d8278918cafa440 100644 (file)
@@ -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 *,
This page took 0.023934 seconds and 4 git commands to generate.