diff --git a/ivl_alloc.h b/ivl_alloc.h index 76f3d09ca..181a2544a 100644 --- a/ivl_alloc.h +++ b/ivl_alloc.h @@ -26,6 +26,7 @@ # include #endif +#if defined(__GNUC__) /* * Define a safer version of malloc(). */ @@ -82,5 +83,6 @@ } \ __ivl_rtn; \ }) +#endif #endif /* IVL_ivl_alloc_H */