Changes for ivl_alloc.h
Changed so "Microsoft Visual Studio Express 2015 RC Web" could compile it without error.
This commit is contained in:
parent
9bcafe39c6
commit
9f7995f648
|
|
@ -26,6 +26,7 @@
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__GNUC__)
|
||||||
/*
|
/*
|
||||||
* Define a safer version of malloc().
|
* Define a safer version of malloc().
|
||||||
*/
|
*/
|
||||||
|
|
@ -82,5 +83,6 @@
|
||||||
} \
|
} \
|
||||||
__ivl_rtn; \
|
__ivl_rtn; \
|
||||||
})
|
})
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* IVL_ivl_alloc_H */
|
#endif /* IVL_ivl_alloc_H */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue