[MLton-commit] r5755
    Matthew Fluet 
    fluet at mlton.org
       
    Tue Jul 10 20:47:46 PDT 2007
    
    
  
Typo in #undef
----------------------------------------------------------------------
U   mlton/trunk/runtime/basis/coerce.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/basis/coerce.h
===================================================================
--- mlton/trunk/runtime/basis/coerce.h	2007-07-10 18:56:23 UTC (rev 5754)
+++ mlton/trunk/runtime/basis/coerce.h	2007-07-11 03:47:45 UTC (rev 5755)
@@ -26,7 +26,7 @@
 allWordCoerce(32)
 allWordCoerce(64)
 
-#undef allWorCoerced
+#undef allWordCoerce
 #undef bothToWordCoerce
 #undef bothFromWordCoerce
 
    
    
More information about the MLton-commit
mailing list