From: Paul Eggert Date: Sat, 19 Oct 2002 01:09:13 +0000 (+0000) Subject: (_AT_DATA_CALC_Y): #undef memcmp and realloc. X-Git-Tag: BISON-1_875~451 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d968424300d1cf0302c092bf1d812c77d531de51 (_AT_DATA_CALC_Y): #undef memcmp and realloc. --- diff --git a/tests/calc.at b/tests/calc.at index 34cac69d..5fd441cf 100644 --- a/tests/calc.at +++ b/tests/calc.at @@ -40,8 +40,10 @@ AT_DATA([calc.y], %{ #include -/* We don't need a perfect malloc for these tests. */ +/* We don't need perfect functions for these tests. */ #undef malloc +#undef memcmp +#undef realloc #include #if STDC_HEADERS