config/ho-sysv.h (realloc): Declare.
authorKen Raeburn <raeburn@cygnus>
Wed, 13 Jul 1994 01:28:47 +0000 (01:28 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 13 Jul 1994 01:28:47 +0000 (01:28 +0000)
gas/ChangeLog
gas/config/ho-sysv.h

index 21a517486b52389bcb1674bf36d71e6ea1d56ba5..d25a0e683ba2a8c359bf0359116838abc0cdb5a8 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jul 12 21:27:05 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * config/ho-sysv.h (realloc): Declare.
+
 Tue Jul 12 12:06:42 1994  Kung Hsu  (kung@x1.cygnus.com)
 
        * config/obj-ecoff.h: change calling interface of
index ba6955820e0b1601bd8373d8c508a12b3dc731a2..62aacf203831c61ea0a2cd00347896d8c2da3a7a 100644 (file)
@@ -19,6 +19,6 @@
 
 #include <string.h>
 extern int free ();
-extern char *malloc ();
+extern char *malloc (), *realloc ();
 
 /* end of ho-sysv.h */
This page took 0.040724 seconds and 4 git commands to generate.