diff options
author | John Gilmore <gnu@cygnus> | 1992-12-15 07:29:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-12-15 07:29:28 +0000 |
commit | df86eb44ad9544c3b6c14e72dc089dd294bb541c (patch) | |
tree | 08ca8087db15a3fd383a04501cc29d02d347b983 /gdb/tm-nindy960.h | |
parent | 8fc0776d4e1f1bce1cad52caba66cc587cfb8f95 (diff) | |
download | gdb-df86eb44ad9544c3b6c14e72dc089dd294bb541c.zip gdb-df86eb44ad9544c3b6c14e72dc089dd294bb541c.tar.gz gdb-df86eb44ad9544c3b6c14e72dc089dd294bb541c.tar.bz2 |
Lint
Diffstat (limited to 'gdb/tm-nindy960.h')
-rw-r--r-- | gdb/tm-nindy960.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 */ |