(%nonassoc and eof): #undef memcmp and realloc.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Oct 2002 01:09:36 +0000 (01:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Oct 2002 01:09:36 +0000 (01:09 +0000)
tests/conflicts.at

index 3147365..ee5fd02 100644 (file)
@@ -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