Changes for ivl_alloc.h

Changed so "Microsoft Visual Studio Express 2015 RC Web" could compile it without error.
This commit is contained in:
Frederick C. Kurz 2015-07-10 12:50:38 -04:00 committed by Stephen Williams
parent 9bcafe39c6
commit 9f7995f648
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
# include <stdio.h>
#endif
#if defined(__GNUC__)
/*
* Define a safer version of malloc().
*/
@ -82,5 +83,6 @@
} \
__ivl_rtn; \
})
#endif
#endif /* IVL_ivl_alloc_H */