[MLton-commit] r5508
Matthew Fluet
fluet at mlton.org
Wed Apr 11 13:37:20 PDT 2007
Formatting
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/basis/Posix/Signal.c
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/basis/Posix/Signal.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/basis/Posix/Signal.c 2007-04-11 20:37:03 UTC (rev 5507)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/basis/Posix/Signal.c 2007-04-11 20:37:19 UTC (rev 5508)
@@ -7,7 +7,7 @@
}
enum {
-#if (defined (SA_ONSTACK))
+#if (defined (SA_ONSTACK))
SA_FLAGS = SA_ONSTACK,
#else
SA_FLAGS = 0,
More information about the MLton-commit
mailing list