From 1c5986bd3042d5303f456c7d323c28891a7d7074 Mon Sep 17 00:00:00 2001 From: "@gageas" Date: Mon, 2 Feb 2015 23:57:07 +0900 Subject: [PATCH] undef defined callc/realloc macros --- extras/fixture/src/unity_fixture.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extras/fixture/src/unity_fixture.c b/extras/fixture/src/unity_fixture.c index a089b5a..b7a7de0 100644 --- a/extras/fixture/src/unity_fixture.c +++ b/extras/fixture/src/unity_fixture.c @@ -162,6 +162,14 @@ void UnityMalloc_MakeMallocFailAfterCount(int countdown) #undef free #endif +#ifdef calloc +#undef calloc +#endif + +#ifdef realloc +#undef realloc +#endif + #include #include