[MLton-commit] r4321

Matthew Fluet MLton@mlton.org
Sat, 28 Jan 2006 09:02:40 -0800


Generate C-type bindings for SML; separately generate ML-type and C-type bindings for C
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/platform.h

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

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform.h	2006-01-28 17:02:20 UTC (rev 4320)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform.h	2006-01-28 17:02:39 UTC (rev 4321)
@@ -99,7 +99,8 @@
 #define SPAWN_MODE 0
 #endif
 
-#include "types.h"
+#include "ml-types.h"
+#include "c-types.h"
 #include "basis-ffi.h"
 
 /* ---------------------------------------------------------------- */