diff options
Diffstat (limited to 'gdb/event-top.h')
-rw-r--r-- | gdb/event-top.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/event-top.h b/gdb/event-top.h index 56c9724..8550164 100644 --- a/gdb/event-top.h +++ b/gdb/event-top.h @@ -73,7 +73,7 @@ struct prompts #define PREFIX(X) the_prompts.prompt_stack[the_prompts.top + X].prefix #define SUFFIX(X) the_prompts.prompt_stack[the_prompts.top + X].suffix -/* Exported functions from event-top.c. +/* Exported functions from event-top.c. FIXME: these should really go into top.h. */ extern void display_gdb_prompt (char *new_prompt); |