]> git.saurik.com Git - bison.git/blobdiff - tests/conflicts.at
* doc/bison.texinfo: Various formatting changes (alignments in
[bison.git] / tests / conflicts.at
index 3147365623d8e35bd3bba31ae3ed4bc89fff0391..ee5fd0267774050705320c26f20ae0b0ad9d8d4a 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