* hosts/hp300.h: Include <stdlib.h>; don't declare free.
authorIan Lance Taylor <ian@airs.com>
Tue, 22 Feb 1994 01:51:38 +0000 (01:51 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 22 Feb 1994 01:51:38 +0000 (01:51 +0000)
bfd/ChangeLog
bfd/hosts/hp300.h

index 96af5c5075560b6b186cfc52718a8746e44ba031..e5cfa54ce8fc4828fc6e23c2e54808e3d254e792 100644 (file)
@@ -5,6 +5,8 @@ Mon Feb 21 10:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
 Mon Feb 21 09:50:06 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
 
+       * hosts/hp300.h: Include <stdlib.h>; don't declare free.
+
        * som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
        rather than an array of variable size.
        (som_bfd_fill_in_ar_symbols): Likewise.
index e1bbaa4f1a68877274ffd29578820ba88c276a51..28dcb5140bd02331eda76373a34a9a95c7b6a85f 100644 (file)
@@ -1,4 +1,5 @@
 #include <stddef.h>
+#include <stdlib.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
@@ -17,8 +18,6 @@
 
 #define USE_UTIME
 
-void free();
-
 /* Some things that need to be defined in order to make code written for
    BSD Unix compile under System V Unix.  */
 
This page took 0.030935 seconds and 4 git commands to generate.