mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
inclusion. Don't define PARAMS. * src/system.h: Define PARAMS. Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the purpose of config.h. system.h must not try to fix wrong definitions in config.h.
8 lines
227 B
C
8 lines
227 B
C
/* Define as 1 if realloc must be declared even if <stdlib.h> is
|
|
included. */
|
|
#undef NEED_DECLARATION_REALLOC
|
|
|
|
/* Define as 1 if calloc must be declared even if <stdlib.h> is
|
|
included. */
|
|
#undef NEED_DECLARATION_CALLOC
|