* ada-lang.c: Use gdb_string.h instead of <string.h>.
authorAidan Skinner <aidan@velvet.net>
Sun, 18 Aug 2002 18:24:29 +0000 (18:24 +0000)
committerAidan Skinner <aidan@velvet.net>
Sun, 18 Aug 2002 18:24:29 +0000 (18:24 +0000)
* ada-typeprint.c: Use gdb_string.h instead of <string.h>.

gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-typeprint.c

index 604ea3d..df7a769 100644 (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>
 
index 6505ea6..c58d463 100644 (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"
index 1aeb2c0..c18aa85 100644 (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 *,