diff options
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c index 9f845a89c5e..c6b9516f99a 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -349,7 +349,7 @@ captured_main (void *data) #ifdef GDBTK case 'z': { - extern int gdbtk_test PARAMS ((char *)); +extern int gdbtk_test (char *); if (!gdbtk_test (optarg)) { fprintf_unfiltered (gdb_stderr, "%s: unable to load tclcommand file \"%s\"", |