[MLton-commit] r7403
Matthew Fluet
fluet at mlton.org
Fri Jan 22 08:48:07 PST 2010
Export more structures from c-types.mlb.
----------------------------------------------------------------------
U mlton/trunk/basis-library/c-types.mlb
----------------------------------------------------------------------
Modified: mlton/trunk/basis-library/c-types.mlb
===================================================================
--- mlton/trunk/basis-library/c-types.mlb 2010-01-19 19:49:43 UTC (rev 7402)
+++ mlton/trunk/basis-library/c-types.mlb 2010-01-22 16:48:06 UTC (rev 7403)
@@ -1,4 +1,5 @@
-(* Copyright (C) 2004-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2010 Matthew Fluet.
+ * Copyright (C) 2004-2007 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -65,5 +66,16 @@
structure C_Ptrdiff
functor C_Ptrdiff_ChooseIntN
+
+ structure C_Intmax
+ functor C_Intmax_ChooseIntN
+ structure C_UIntmax
+ functor C_UIntmax_ChooseWordN
+
+ structure C_Intptr
+ functor C_Intptr_ChooseIntN
+ structure C_UIntptr
+ functor C_UIntptr_ChooseWordN
+
end
end
More information about the MLton-commit
mailing list