This does fix it.

This commit is contained in:
n-a-c-h
2004-12-04 23:33:43 +00:00
parent 1a899ef48d
commit b6e9bd3a34

View File

@@ -37,7 +37,7 @@
#include <string.h>
#ifndef __GNUC__
#define INLINE __inline__
#define INLINE
#else
#define INLINE static inline
#endif