diff options
author | Fred Fish <fnf@specifix.com> | 2005-08-05 21:08:54 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2005-08-05 21:08:54 +0000 |
commit | 9c833c827518f1b9857da489901bd18fab3aa3c2 (patch) | |
tree | 96485891d011c79ab4c37036d9acaaa3606a4bf2 /gdb/defs.h | |
parent | 5545ea57294bd01b8a33e667e5b1fa4713e07905 (diff) | |
download | gdb-9c833c827518f1b9857da489901bd18fab3aa3c2.zip gdb-9c833c827518f1b9857da489901bd18fab3aa3c2.tar.gz gdb-9c833c827518f1b9857da489901bd18fab3aa3c2.tar.bz2 |
Reviewed and approved by Mark Kettenis <mark.kettenis@xs4all.nl>
2005-08-02 Fred Fish <fnf@specifix.com>
* defs.h (parse_frame_specification): Remove prototype.
* stack.c (parse_frame_specification): Add prototype and
make function static.
(frame_info): Move common code outside if..then..else.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1099,7 +1099,6 @@ extern void (*deprecated_show_load_progress) (const char *section, extern void (*deprecated_print_frame_info_listing_hook) (struct symtab * s, int line, int stopline, int noerror); -extern struct frame_info *parse_frame_specification (char *frame_exp); extern int (*deprecated_query_hook) (const char *, va_list) ATTRIBUTE_FPTR_PRINTF(1,0); extern void (*deprecated_warning_hook) (const char *, va_list) |