2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>

* main.c (main): Use INTERP_TUI instead of "tui".
	Set interpreter to INTERP_INSIGHT when '-w' given.
	* interps.h (INTERP_INSIGHT): New define.
	* tui/tui-interp.c (_initialize_tui_interp): Use INTERP_TUI instead
	of "tui".
This commit is contained in:
Andrew Stubbs 2005-11-07 12:46:38 +00:00
parent 5ca0ee011b
commit cc4349edfd
3 changed files with 10 additions and 4 deletions

View file

@ -76,5 +76,6 @@ extern void clear_interpreter_hooks (void);
#define INTERP_MI3 "mi3"
#define INTERP_MI "mi"
#define INTERP_TUI "tui"
#define INTERP_INSIGHT "insight"
#endif