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
# ifndef __MINGW32__
# undef FORCEINLINE
# ifndef __MINGW32__
# define FORCEINLINE static __forceinline
# else
# define FORCEINLINE static
# define FORCEINLINE static __attribute__((__always_inline__)) inline
# endif
#else
#define FORCEINLINE static inline