From: Paul Eggert Date: Sat, 19 Oct 2002 01:09:36 +0000 (+0000) Subject: (%nonassoc and eof): #undef memcmp and realloc. X-Git-Tag: BISON-1_875~450 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ac5dd84c25dab37836c551703ceea5603834957f (%nonassoc and eof): #undef memcmp and realloc. --- diff --git a/tests/conflicts.at b/tests/conflicts.at index 31473656..ee5fd026 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