comparison array.h @ 108:0921c47b4f22

C99INLINE, not __c99inline
author David A. Holland
date Tue, 11 Jun 2013 12:17:27 -0400
parents 2e25e55dba6b
children c440247cbd69
comparison
equal deleted inserted replaced
107:33954a07d013 108:0921c47b4f22
41 #else 41 #else
42 #define arrayassert(x) ((void)(x)) 42 #define arrayassert(x) ((void)(x))
43 #endif 43 #endif
44 44
45 #ifndef ARRAYINLINE 45 #ifndef ARRAYINLINE
46 #define ARRAYINLINE __c99inline 46 #define ARRAYINLINE C99INLINE
47 #endif 47 #endif
48 48
49 //////////////////////////////////////////////////////////// 49 ////////////////////////////////////////////////////////////
50 // type and base operations 50 // type and base operations
51 51