From 8f7ca60e5f622f41a73b6244e0145609c3eec7e8 Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 26 Oct 2010 08:54:48 -0700 Subject: [PATCH] Also clear the __ivl_alloc_H define in vvp_net.h We need to clear the __ivl_alloc_H define so that a later include of ivl_alloc.h will reload the definitions. --- vvp/vvp_net.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vvp/vvp_net.h b/vvp/vvp_net.h index 59689b1d3..a3b9f68db 100644 --- a/vvp/vvp_net.h +++ b/vvp/vvp_net.h @@ -1653,5 +1653,6 @@ inline bool vvp_net_fil_t::test_force_mask_is_zero(void) const #undef malloc #undef realloc #undef calloc +#undef __ivl_alloc_H #endif