mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03: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>
|
#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 malloc
|
||||||
|
#undef memcmp
|
||||||
|
#undef realloc
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
|
|||||||
Reference in New Issue
Block a user