=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Z.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- OpenXM_contrib2/asir2000/engine/Z.c 2015/08/06 10:01:52 1.13 +++ OpenXM_contrib2/asir2000/engine/Z.c 2015/08/14 13:51:54 1.14 @@ -4,7 +4,7 @@ #if defined(__GNUC__) #define INLINE static inline -#elif defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) +#elif defined(VISUAL) || defined(__MINGW32__) #define INLINE __inline #else #define INLINE