From d968424300d1cf0302c092bf1d812c77d531de51 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Oct 2002 01:09:13 +0000 Subject: [PATCH] (_AT_DATA_CALC_Y): #undef memcmp and realloc. --- tests/calc.at | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2