=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Mgfs.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- OpenXM_contrib2/asir2000/engine/Mgfs.c 2015/08/06 10:01:52 1.18 +++ OpenXM_contrib2/asir2000/engine/Mgfs.c 2015/08/14 13:51:54 1.19 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/engine/Mgfs.c,v 1.17 2013/11/05 11:36:58 ohara Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/engine/Mgfs.c,v 1.18 2015/08/06 10:01:52 fujimoto Exp $ */ #include "ca.h" #include "inline.h" @@ -9,7 +9,7 @@ extern int *current_gfs_plus1; #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