From 399ca41acac85ca19a46495bbf7690ac56666be0 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 8 Dec 2010 17:06:35 +0000 Subject: Use __c99inline from sys/cdefs.h --- sail/array.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sail/array.h') diff --git a/sail/array.h b/sail/array.h index efbaf99a..d6545df0 100644 --- a/sail/array.h +++ b/sail/array.h @@ -30,8 +30,6 @@ #ifndef ARRAY_H #define ARRAY_H -#include "inlinedefs.h" - #define ARRAYS_CHECKED #ifdef ARRAYS_CHECKED @@ -65,7 +63,7 @@ void array_remove(struct array *a, unsigned index_); // inlining for base operations #ifndef ARRAYINLINE -#define ARRAYINLINE INLINE +#define ARRAYINLINE __c99inline #endif ARRAYINLINE unsigned -- cgit v1.2.3