aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.h
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>1998-07-01 20:17:31 +0000
committerJim Ingham <jingham@apple.com>1998-07-01 20:17:31 +0000
commitf3b86a30f914d3a74e4f167bd4a97170f21a9776 (patch)
treec3d026f7147ca17b2f561a501611b6c99b0135d7 /gdb/gdbtk.h
parenta57fc6b9c04a78607b8f929f771f04ef82f82684 (diff)
downloadgdb-f3b86a30f914d3a74e4f167bd4a97170f21a9776.zip
gdb-f3b86a30f914d3a74e4f167bd4a97170f21a9776.tar.gz
gdb-f3b86a30f914d3a74e4f167bd4a97170f21a9776.tar.bz2
Wed Jul 1 13:10:58 1998 Jim Ingham <jingham@cygnus.com>
* Moved gdbtk_hooks.c & gdbtk_cmds.c to gdbtk-hooks.c & gdbtk-cmds.c to comply with the gdb conventions. Changed the configure & makefile to reflect the change...
Diffstat (limited to 'gdb/gdbtk.h')
-rw-r--r--gdb/gdbtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.h b/gdb/gdbtk.h
index 0b5e59f..a98be7a 100644
--- a/gdb/gdbtk.h
+++ b/gdb/gdbtk.h
@@ -68,7 +68,7 @@ extern int disassemble_from_exec;
extern int running_now;
/* These two control how the GUI behaves when tracing or loading
- They are defined in gdbtk_cmds.c */
+ They are defined in gdbtk-cmds.c */
extern int No_Update;
extern int load_in_progress;