forked from Imagelibrary/binutils-gdb
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
* main.h (return_child_result, return_child_result_value): Declare. * infrun.c: Include main.h. (print_stop_reason): Remove declaration of return_child_result_value. * top.c: Include main.h. (quit_force): Remove declarations of return_child_result_value and return_child_result. * Makefile.in (top.o, infrun.o): Add main.h to dependencies.
This commit is contained in:
@@ -32,4 +32,8 @@ struct captured_main_args
|
||||
|
||||
extern int gdb_main (struct captured_main_args *);
|
||||
|
||||
/* From main.c. */
|
||||
extern int return_child_result;
|
||||
extern int return_child_result_value;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user