[MLton-commit] r5653
Matthew Fluet
fluet at mlton.org
Tue Jun 19 09:26:49 PDT 2007
Expose Choose functors from c-types.mlb
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb 2007-06-19 16:25:40 UTC (rev 5652)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb 2007-06-19 16:26:48 UTC (rev 5653)
@@ -13,17 +13,16 @@
in
local
basis.mlb
- local
- config/choose-int.sml
- config/choose-real.sml
- config/choose-word.sml
- config/c/word-to-bool.sml
- config/bind/int-top.sml
- config/bind/real-top.sml
- config/bind/word-top.sml
- in ann "forceUsed" in
+ config/choose-int.sml
+ config/choose-real.sml
+ config/choose-word.sml
+ config/c/word-to-bool.sml
+ config/bind/int-top.sml
+ config/bind/real-top.sml
+ config/bind/word-top.sml
+ ann "forceUsed" in
config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml
- end end
+ end
in
signature CHOOSE_INTN_ARG
signature CHOOSE_WORDN_ARG
More information about the MLton-commit
mailing list