declare malloc, realloc
authorKen Raeburn <raeburn@cygnus>
Thu, 3 Dec 1992 23:45:13 +0000 (23:45 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 3 Dec 1992 23:45:13 +0000 (23:45 +0000)
gas/config/ho-generic.h

index b1b0a93315bfc6c5725d552843f35c391faf47d4..967603fef3e6b4c95fcf771eae95f6257513d195 100644 (file)
 
 #define HAVE_STRERROR
 
+#ifdef __STDC__
+extern void *malloc (), *realloc ();
+#else
+extern char *malloc (), *realloc ();
+#endif
 extern int free ();
 
 /* end of ho-generic.h */