* configure.in: Add test for whether free must be declared.
authorIan Lance Taylor <ian@airs.com>
Mon, 6 Nov 1995 20:59:44 +0000 (20:59 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 6 Nov 1995 20:59:44 +0000 (20:59 +0000)
* sysdep.h: Declare free if necessary.  Include "ansidecl.h".
* acconfig.h: Explain NEED_DECLARATION_FREE.
* configure, config.in: Rebuild.

ld/ChangeLog
ld/acconfig.h

index 406c0e50a96c296af2f4b9e24f781710b2b5d8ed..c76d425ca3fa4ff20003be1a66cd2c70e488e693 100644 (file)
@@ -1,5 +1,10 @@
 Mon Nov  6 10:59:21 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * configure.in: Add test for whether free must be declared.
+       * sysdep.h: Declare free if necessary.  Include "ansidecl.h".
+       * acconfig.h: Explain NEED_DECLARATION_FREE.
+       * configure, config.in: Rebuild.
+
        * lexsup.c (parse_args): Take B:: out of shortopts.
 
 Sun Nov  5 03:08:28 1995  Ken Raeburn  <raeburn@cygnus.com>
index a56a8975909ff26a02b1082e9cb3c6c95cfd8f58..930d663d2c602dfc71a2b40f43b4e987842a165b 100644 (file)
@@ -1,2 +1,5 @@
 /* Do we need to use the b modifier when opening binary files?  */
 #undef USE_BINARY_FOPEN
+
+/* Whether free must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_FREE
This page took 0.029651 seconds and 4 git commands to generate.