forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user