"mingw" -> mingw

release
Joe Groff 2010-03-31 19:28:11 -07:00
parent 65c3259761
commit a6ee4232bb
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ M:: x86.32 %binary-float-function ( dst src1 src2 func -- )
: funny-large-struct-return? ( params -- ? )
#! MINGW ABI incompatibility disaster
[ return>> large-struct? ]
[ abi>> "mingw" = os windows? not or ]
[ abi>> mingw = os windows? not or ]
bi and ;
M: x86.32 %cleanup ( params -- )