Chez Scheme: repair for MinGW

This commit is contained in:
Matthew Flatt 2020-08-15 08:06:48 -06:00
parent 57be9a7702
commit c96673d198

View File

@ -15,11 +15,11 @@
*/ */
#ifdef WIN32 #ifdef WIN32
# ifndef __MINGW32__
# undef FORCEINLINE # undef FORCEINLINE
# ifndef __MINGW32__
# define FORCEINLINE static __forceinline # define FORCEINLINE static __forceinline
# else # else
# define FORCEINLINE static # define FORCEINLINE static __attribute__((__always_inline__)) inline
# endif # endif
#else #else
#define FORCEINLINE static inline #define FORCEINLINE static inline