summaryrefslogtreecommitdiff
path: root/tests/conflicts.at
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-10-19 01:09:36 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-10-19 01:09:36 +0000
commitac5dd84c25dab37836c551703ceea5603834957f (patch)
treea0c56dab0e0698912c1e24a650c7292cbfc9d2c7 /tests/conflicts.at
parentd968424300d1cf0302c092bf1d812c77d531de51 (diff)
downloadbison-ac5dd84c25dab37836c551703ceea5603834957f.tar.gz
(%nonassoc and eof): #undef memcmp and realloc.
Diffstat (limited to 'tests/conflicts.at')
-rw-r--r--tests/conflicts.at4
1 files changed, 3 insertions, 1 deletions
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 <config.h>
-/* 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 <stdio.h>
#if STDC_HEADERS