diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-31 01:04:11 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-31 01:04:11 +0000 |
commit | 5bfe35ec446847b1b0fd8053599aaa207f5ba6d0 (patch) | |
tree | c33fa195813da7a1ef07f4891100030cc2b2beb7 /gdb/config/h8300 | |
parent | 1a057b1c74c784360b394373427220279490a9d3 (diff) | |
download | gdb-5bfe35ec446847b1b0fd8053599aaa207f5ba6d0.tar.gz |
import gdb-1999-08-30 snapshot
Diffstat (limited to 'gdb/config/h8300')
-rw-r--r-- | gdb/config/h8300/tm-h8300.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index 5ca6f8745df..e91f1429559 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -20,12 +20,10 @@ /* Contributed by Steve Chamberlain sac@cygnus.com */ -#ifdef __STDC__ struct frame_info; struct frame_saved_regs; struct value; struct type; -#endif /* 1 if debugging H8/300H application */ extern int h8300hmode; |