[MLton-commit] r6400

Matthew Fluet fluet at mlton.org
Wed Feb 13 20:53:11 PST 2008


Regularize cpp error
----------------------------------------------------------------------

U   mlton/trunk/runtime/bytecode/interpret.c

----------------------------------------------------------------------

Modified: mlton/trunk/runtime/bytecode/interpret.c
===================================================================
--- mlton/trunk/runtime/bytecode/interpret.c	2008-02-14 04:52:17 UTC (rev 6399)
+++ mlton/trunk/runtime/bytecode/interpret.c	2008-02-14 04:53:11 UTC (rev 6400)
@@ -46,7 +46,7 @@
 #define WordPointer Word64
 #define WordArrayIndex Word64
 #else
-#error GC_MODEL_* unspecified
+#error GC_MODEL_* undefined
 #endif
 
 typedef WordArrayIndex ArrayIndex;




More information about the MLton-commit mailing list