mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
(%nonassoc and eof): #undef memcmp and realloc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user