* ada-lang.c: Use gdb_string.h instead of <string.h>.
* ada-typeprint.c: Use gdb_string.h instead of <string.h>.
This commit is contained in:
parent
d2e4a39e32
commit
0c30c098d9
@ -1,10 +1,15 @@
|
||||
2002-08-18 Aidan Skinner <aidan@velvet.net>
|
||||
|
||||
* ada-lang.c: run through gdb_indent.sh
|
||||
* ada-lang.h: run through gdb_indent.sh
|
||||
* ada-tasks.c: run through gdb_indent.sh
|
||||
* ada-typeprint.c: run through gdb_indent.sh
|
||||
* ada-valprint.c: run through gdb_indent.sh
|
||||
* ada-lang.c: Use gdb_string.h instead of <string.h>.
|
||||
* ada-typeprint.c: Use gdb_string.h instead of <string.h>.
|
||||
|
||||
2002-08-18 Aidan Skinner <aidan@velvet.net>
|
||||
|
||||
* ada-lang.c: Run through gdb_indent.sh.
|
||||
* ada-lang.h: Run through gdb_indent.sh.
|
||||
* ada-tasks.c: Run through gdb_indent.sh.
|
||||
* ada-typeprint.c: Run through gdb_indent.sh.
|
||||
* ada-valprint.c: Run through gdb_indent.sh.
|
||||
|
||||
2002-08-18 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "gdb_string.h"
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include "demangle.h"
|
||||
|
@ -35,7 +35,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "ada-lang.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include "gdb_string.h"
|
||||
#include <errno.h>
|
||||
|
||||
static int print_record_field_types (struct type *, struct type *,
|
||||
|
Loading…
Reference in New Issue
Block a user