summaryrefslogtreecommitdiffstats
path: root/sail/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'sail/array.h')
-rw-r--r--sail/array.h4
1 files changed, 1 insertions, 3 deletions
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