* 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:
Aidan Skinner 2002-08-18 18:24:29 +00:00
parent d2e4a39e32
commit 0c30c098d9
3 changed files with 12 additions and 7 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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 *,