From df86eb44ad9544c3b6c14e72dc089dd294bb541c Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 15 Dec 1992 07:29:28 +0000 Subject: Lint --- gdb/tm-nindy960.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gdb/tm-nindy960.h') diff --git a/gdb/tm-nindy960.h b/gdb/tm-nindy960.h index 7237278..b32eaa8 100644 --- a/gdb/tm-nindy960.h +++ b/gdb/tm-nindy960.h @@ -70,6 +70,9 @@ extern char *nindy_ttyname; /* Name of serial port to talk to nindy */ #define BEFORE_MAIN_LOOP_HOOK \ nindy_before_main_loop(); +extern void +nindy_before_main_loop(); /* In remote-nindy.c */ + /* Address of end of stack space. * This probably doesn't matter for nindy, because it's only used * in manipulation of core files, which we don't support. @@ -87,7 +90,8 @@ extern char *nindy_ttyname; /* Name of serial port to talk to nindy */ #define FRAME_CHAIN_VALID(chain, thisframe) \ nindy_frame_chain_valid (chain, thisframe) -extern int nindy_frame_chain_valid(); /* See nindy-tdep.c */ +extern int +nindy_frame_chain_valid(); /* See nindy-tdep.c */ /* Sequence of bytes for breakpoint instruction */ -- cgit v1.1