fix MZ_INLINE for MSVC
svn: r11232
This commit is contained in:
parent
a4d2c85bf0
commit
41d5c97ca9
|
@ -121,7 +121,7 @@ void scheme_clear_ephemerons(void);
|
|||
#define BITS_PER_MZSHORT (8 * sizeof(mzshort))
|
||||
|
||||
#ifndef NO_INLINE_KEYWORD
|
||||
# define MZ_INLINE MSC_IZE(MSC_IZE(inline))
|
||||
# define MZ_INLINE MSC_IZE(inline)
|
||||
#else
|
||||
# define MZ_INLINE /* empty */
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user