Address complaints from gdb_ari.sh:
authorPaul N. Hilfinger <hilfinger@adacore.com>
Thu, 1 Jul 2004 10:11:11 +0000 (10:11 +0000)
committerPaul N. Hilfinger <hilfinger@adacore.com>
Thu, 1 Jul 2004 10:11:11 +0000 (10:11 +0000)
commit19c1ef65d7309fbce692396866d54e7ede61e7dd
tree7a0e7c17558878d7d8468846030ab87cabf7914c
parentcc83d33996dbcc01826c424664eed56a903545c6
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
This page took 0.034082 seconds and 4 git commands to generate.