fix build problem for non-Windows platforms

This commit is contained in:
Matthew Flatt 2012-12-21 11:52:48 -07:00
parent 5259f159af
commit d645200f93

View File

@ -110,6 +110,9 @@ typedef long FILE;
#ifndef MSC_IZE
# define MSC_IZE(x) x
#endif
#ifndef M_MSC_IZE
# define M_MSC_IZE(x) x
#endif
#ifndef MSCBOR_IZE
# define MSCBOR_IZE(x) MSC_IZE(x)
#endif