diff options
Diffstat (limited to 'gdb/compile/compile.h')
-rw-r--r-- | gdb/compile/compile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/compile/compile.h b/gdb/compile/compile.h index 1e3f934..ccb1361 100644 --- a/gdb/compile/compile.h +++ b/gdb/compile/compile.h @@ -28,7 +28,8 @@ struct dynamic_prop; expression command. GDB returns either a CMD, or a CMD_STRING, but never both. */ -extern void eval_compile_command (struct command_line *cmd, char *cmd_string, +extern void eval_compile_command (struct command_line *cmd, + const char *cmd_string, enum compile_i_scope_types scope); /* Compile a DWARF location expression to C, suitable for use by the |