mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
(_AT_DATA_CALC_Y): #undef memcmp and realloc.
This commit is contained in:
@@ -40,8 +40,10 @@ AT_DATA([calc.y],
|
|||||||
|
|
||||||
%{
|
%{
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
/* We don't need a perfect malloc for these tests. */
|
/* We don't need perfect functions for these tests. */
|
||||||
#undef malloc
|
#undef malloc
|
||||||
|
#undef memcmp
|
||||||
|
#undef realloc
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
|
|||||||
Reference in New Issue
Block a user