* top.c (context_hook): Define.

* gdbtk-hooks.c (context_hook): Don't define.
This commit is contained in:
Tom Tromey 1998-08-31 22:43:21 +00:00
parent c2242569d0
commit d5adad6aa2
4 changed files with 12 additions and 2 deletions

View file

@ -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.