(_AT_DATA_CALC_Y): #undef memcmp and realloc.

This commit is contained in:
Paul Eggert
2002-10-19 01:09:13 +00:00
parent 473d0a7567
commit d968424300

View File

@@ -40,8 +40,10 @@ AT_DATA([calc.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