Chez Scheme: repair for MinGW
This commit is contained in:
parent
57be9a7702
commit
c96673d198
|
@ -15,11 +15,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
# undef FORCEINLINE
|
||||||
# ifndef __MINGW32__
|
# ifndef __MINGW32__
|
||||||
# undef FORCEINLINE
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user