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.
This commit is contained in:
Cary R 2010-10-26 08:54:48 -07:00 committed by Stephen Williams
parent a4a7b0a09d
commit 8f7ca60e5f
1 changed files with 1 additions and 0 deletions

View File

@ -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