[MLton-commit] r5425
Matthew Fluet
fluet at mlton.org
Tue Mar 13 17:37:13 PST 2007
Formatting
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/basis/Word/Word-ops.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/basis/Word/Word-ops.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/basis/Word/Word-ops.h 2007-03-12 14:14:05 UTC (rev 5424)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/basis/Word/Word-ops.h 2007-03-14 01:37:13 UTC (rev 5425)
@@ -41,7 +41,7 @@
return w1 op w2; \
}
-#define unary(kind,name, op) \
+#define unary(kind, name, op) \
MLTON_CODEGEN_STATIC_INLINE \
Word##kind Word##kind##_##name (Word##kind w) { \
return op w; \
More information about the MLton-commit
mailing list