* config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc,
authorIan Lance Taylor <ian@airs.com>
Fri, 10 Jun 1994 17:55:45 +0000 (17:55 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 10 Jun 1994 17:55:45 +0000 (17:55 +0000)
realloc, free, or atol.

gas/ChangeLog
gas/config/ho-sunos.h

index 33f53affdab1ad8d609309151502f471069c82f4..b5e37516a4e1f5b6dcc8aba414e9baf48cbde951 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jun 10 13:48:49 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * config/ho-sunos.h: Include <stdlib.h>.  Don't declare malloc,
+       realloc, free, or atol.
+
 Wed Jun  8 06:28:37 1994  Bill Cox  (bill@cygnus.com)
 
        * Makefile.in (check): Delete as.new dependency, so that
index 8346b55c084a4e0213843c425175f4cee0c37750..c93b700a90d4e678cd2a2167165600c4acfef2bf 100644 (file)
@@ -32,13 +32,10 @@ extern char* memset ();
 #include <stddef.h>
 #include <ctype.h>
 #include <string.h>
+#include <stdlib.h>
 
 /* externs for system libraries. */
 
-/*extern int abort();*/
-/*extern int exit();*/
-extern char *malloc ();
-extern char *realloc ();
 extern char *strchr ();
 extern char *strrchr ();
 extern int _filbuf ();
@@ -46,7 +43,6 @@ extern int _flsbuf ();
 extern int fclose ();
 extern int fgetc ();
 extern int fprintf ();
-extern int free ();
 extern int printf ();
 extern int setvbuf ();
 extern int sscanf ();
@@ -57,7 +53,6 @@ extern int ungetc ();
 extern int vfprintf ();
 extern int vprintf ();
 extern int vsprintf ();
-extern long atol ();
 
 #ifndef tolower
 extern int tolower ();
This page took 0.031025 seconds and 4 git commands to generate.