]> gitweb.factorcode.org Git - factor.git/commitdiff
"mingw" -> mingw
authorJoe Groff <arcata@gmail.com>
Thu, 1 Apr 2010 02:28:11 +0000 (19:28 -0700)
committerJoe Groff <arcata@gmail.com>
Thu, 1 Apr 2010 02:28:11 +0000 (19:28 -0700)
basis/cpu/x86/32/32.factor

index 09f1ecb32b6763c1b965212ad22d1538f10598f5..38e60cddf98fc8616abbed549d04a1cc48b02357 100755 (executable)
@@ -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 -- )