diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-07-01 10:11:11 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-07-01 10:11:11 +0000 |
commit | 19c1ef65d7309fbce692396866d54e7ede61e7dd (patch) | |
tree | 7a0e7c17558878d7d8468846030ab87cabf7914c /gdb/ada-lang.h | |
parent | cc83d33996dbcc01826c424664eed56a903545c6 (diff) | |
download | gdb-19c1ef65d7309fbce692396866d54e7ede61e7dd.zip gdb-19c1ef65d7309fbce692396866d54e7ede61e7dd.tar.gz gdb-19c1ef65d7309fbce692396866d54e7ede61e7dd.tar.bz2 |
Address complaints from gdb_ari.sh:
* ada-exp.y: Include gdb_string.h rather than string.h.
(convert_char_literal): Reformat declaration.
* ada-lang.h: Include opaque struct declaration for struct frame_info.
* ada-lex.l: Change use of free to xfree (the macro would do so
anyway, but this is harmless).
Include gdb_string.h rather than string.h.
* ada-valprint.c (ada_val_print_stub): Change PTR => void*.
* ada-lang.c (parse): Remove K&Rism in parameter list.
(is_name_suffix): Correct Linux => GNU/Linux in comment.
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 5f5a7f5..12eaf4b 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -22,6 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ADA_LANG_H 1 struct partial_symbol; +struct frame_info; #include "value.h" #include "gdbtypes.h" |