diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-04-09 21:53:28 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-04-09 21:53:28 +0000 |
commit | cd983b5cd0393cfd00386b10c68fb18e59bdd61d (patch) | |
tree | 9ab8ca838f7d9a1b6aa1d0ecf99e17eba1213579 /gdb/frame.h | |
parent | 35b55ed2130551c6ba7a5e164be92e8de8101b64 (diff) | |
download | gdb-cd983b5cd0393cfd00386b10c68fb18e59bdd61d.zip gdb-cd983b5cd0393cfd00386b10c68fb18e59bdd61d.tar.gz gdb-cd983b5cd0393cfd00386b10c68fb18e59bdd61d.tar.bz2 |
* frame.h (struct gdbarch): Add opaque structure definition
to avoid a compilation warning on LynxOS 4.0.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index ec4c646..f3d2dea 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -27,6 +27,7 @@ struct symtab_and_line; struct frame_unwind; struct frame_base; struct block; +struct gdbarch; /* A legacy unwinder to prop up architectures using the old style saved regs array. */ |