OSDN Git Service

Address complaints from gdb_ari.sh:
authorhilfingr <hilfingr>
Thu, 1 Jul 2004 10:11:11 +0000 (10:11 +0000)
committerhilfingr <hilfingr>
Thu, 1 Jul 2004 10:11:11 +0000 (10:11 +0000)
commit0a24d9ef67fa58698ba2a466bedc5d8e7b535849
tree217066cc52ea46f49edd7f65d1d5e022b3b83812
parent4413a788f0be498eccc7e1633802f2a7fa1605f9
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.
gdb/ChangeLog
gdb/ada-exp.y
gdb/ada-lang.c
gdb/ada-lang.h
gdb/ada-lex.l
gdb/ada-valprint.c