aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/main.h')
-rw-r--r--gdb/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/main.h b/gdb/main.h
index e707bf3..e44779a 100644
--- a/gdb/main.h
+++ b/gdb/main.h
@@ -35,6 +35,9 @@ extern int return_child_result_value;
extern int batch_silent;
extern int batch_flag;
+/* * The name of the interpreter if specified on the command line. */
+extern char *interpreter_p;
+
/* From mingw-hdep.c, used by main.c. */
/* Return argv[0] in absolute form, if possible, or ARGV0 if not. The