* 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.
This commit is contained in:
Ian Lance Taylor 1995-11-06 20:59:44 +00:00
parent 219555a64d
commit 92c71a0b0d
2 changed files with 8 additions and 0 deletions

View 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>

View 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