]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 604ea3d4c01a349fe785912fec84e516f3b08970..df7a769bd0814ae5cf6a0ceac24e8c2627e4ba64 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 6505ea6a3e2e1fa548233d6a01a25764077f5620..c58d46338ea48c56ffc99775232a837901c2f303 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 1aeb2c0f3b8df324b6c694ba3fbd74c291c9ffc8..c18aa85b3974b0a53e342d44fc09534084926f6f 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 *,