diff options
Diffstat (limited to 'libdimension/inlines.c')
-rw-r--r-- | libdimension/inlines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/inlines.c b/libdimension/inlines.c index a03d08f..e7d4c74 100644 --- a/libdimension/inlines.c +++ b/libdimension/inlines.c @@ -26,7 +26,7 @@ #define DMNSN_INLINE #elif defined(__GNUC__) /* GCC inline semantics */ - #define DMNSN_INLINE inline + #define DMNSN_INLINE __inline__ #else /* Unknown C - mark functions static and hope the compiler is smart enough to inline them */ |