mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* sysdep.h: Declare free if necessary. Include "ansidecl.h". * acconfig.h: Explain NEED_DECLARATION_FREE. * configure, config.in: Rebuild.
6 lines
190 B
C
6 lines
190 B
C
/* 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
|