fix MZ_INLINE for MSVC

svn: r11232
This commit is contained in:
Matthew Flatt 2008-08-14 01:03:41 +00:00
parent a4d2c85bf0
commit 41d5c97ca9

View File

@ -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