aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk-hooks.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-08-31 22:43:21 +0000
committerTom Tromey <tromey@redhat.com>1998-08-31 22:43:21 +0000
commitd5adad6aa25e787acb17d78229a9ef930c102f9e (patch)
treea6a655362de646868df2cbd315483979e58905d4 /gdb/gdbtk-hooks.c
parentc2242569d0da0874ba6a732dcb086ff23f706dcc (diff)
downloadgdb-d5adad6aa25e787acb17d78229a9ef930c102f9e.zip
gdb-d5adad6aa25e787acb17d78229a9ef930c102f9e.tar.gz
gdb-d5adad6aa25e787acb17d78229a9ef930c102f9e.tar.bz2
* top.c (context_hook): Define.
* gdbtk-hooks.c (context_hook): Don't define.
Diffstat (limited to 'gdb/gdbtk-hooks.c')
-rw-r--r--gdb/gdbtk-hooks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbtk-hooks.c b/gdb/gdbtk-hooks.c
index d4a9fa1..8f6f19c 100644
--- a/gdb/gdbtk-hooks.c
+++ b/gdb/gdbtk-hooks.c
@@ -111,7 +111,6 @@ static void pc_changed PARAMS ((void));
static void tracepoint_notify PARAMS ((struct tracepoint *, const char *));
static void gdbtk_selected_frame_changed PARAMS ((int));
static void gdbtk_context_change PARAMS ((int));
-void (*context_hook) PARAMS ((int));
/*
* gdbtk_fputs can't be static, because we need to call it in gdbtk.c.