From ac5dd84c25dab37836c551703ceea5603834957f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Oct 2002 01:09:36 +0000 Subject: [PATCH] (%nonassoc and eof): #undef memcmp and realloc. --- tests/conflicts.at | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/conflicts.at b/tests/conflicts.at index 3147365..ee5fd02 100644 --- a/tests/conflicts.at +++ b/tests/conflicts.at @@ -54,8 +54,10 @@ AT_DATA([input.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.7.4