(%nonassoc and eof): #undef memcmp and realloc.

This commit is contained in:
Paul Eggert
2002-10-19 01:09:36 +00:00
parent d968424300
commit ac5dd84c25

View 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