[MLton-commit] r6793

Wesley Terpstra wesley at mlton.org
Sat Aug 23 16:34:38 PDT 2008


These should be internal. No need for a far call.


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

U   mlton/trunk/include/amd64-main.h
U   mlton/trunk/include/x86-main.h

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

Modified: mlton/trunk/include/amd64-main.h
===================================================================
--- mlton/trunk/include/amd64-main.h	2008-08-23 21:39:52 UTC (rev 6792)
+++ mlton/trunk/include/amd64-main.h	2008-08-23 23:34:38 UTC (rev 6793)
@@ -36,7 +36,7 @@
 }
 
 #define MLtonCallFromC                                                  \
-void MLton_jumpToSML (pointer jump);                                    \
+INTERNAL void MLton_jumpToSML (pointer jump);                           \
 static void MLton_callFromC () {                                        \
         pointer jump;                                                   \
         GC_state s;                                                     \

Modified: mlton/trunk/include/x86-main.h
===================================================================
--- mlton/trunk/include/x86-main.h	2008-08-23 21:39:52 UTC (rev 6792)
+++ mlton/trunk/include/x86-main.h	2008-08-23 23:34:38 UTC (rev 6793)
@@ -43,7 +43,7 @@
 }
 
 #define MLtonCallFromC                                                  \
-void MLton_jumpToSML (pointer jump);                                    \
+INTERNAL void MLton_jumpToSML (pointer jump);                           \
 static void MLton_callFromC () {                                        \
         pointer jump;                                                   \
         GC_state s;                                                     \




More information about the MLton-commit mailing list