Fixed to compile on kithrup
authorSteve Chamberlain <steve@cygnus>
Sat, 25 May 1991 01:52:23 +0000 (01:52 +0000)
committerSteve Chamberlain <steve@cygnus>
Sat, 25 May 1991 01:52:23 +0000 (01:52 +0000)
bfd/hosts/i386v.h

index 47ccdc8111057dfc53150467682c2cc47485d707..f1018c6711b61a614ec672a99da378b1654f4f75 100644 (file)
 # endif
  */
 
+#ifndef DONTDECLARE_MALLOC
+extern PROTO(PTR,malloc,(unsigned));
+extern PROTO(PTR ,realloc, (PTR, unsigned));
+extern PROTO(void, free,(PTR));
+#endif
+
 /* EXACT TYPES */
 typedef char int8e_type;
 typedef unsigned char uint8e_type;