[MLton-commit] r4436

Matthew Fluet MLton@mlton.org
Mon, 1 May 2006 19:35:42 -0700


Rename dir
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/build/sources.mlb
D   mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/config/seq/
A   mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/config/seqindex/
U   mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.mlb

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

Modified: mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/build/sources.mlb
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/build/sources.mlb	2006-05-02 02:33:57 UTC (rev 4435)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/build/sources.mlb	2006-05-02 02:35:42 UTC (rev 4436)
@@ -27,7 +27,7 @@
    in ann "forceUsed" in
       ../config/objptr/$(OBJPTR_REP)
       ../config/header/$(HEADER_WORD)
-      ../config/seq/$(SEQ_INDEX)
+      ../config/seqindex/$(SEQ_INDEX)
       ../config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml
       ../config/c/position.sml
       ../config/c/sys-word.sml
@@ -77,7 +77,7 @@
    local 
       ../config/bind/int-prim.sml 
    in ann "forceUsed" in
-      ../config/seq/$(SEQ_INDEX)
+      ../config/seqindex/$(SEQ_INDEX)
    end end
    ../arrays-and-vectors/slice.sig
    ../arrays-and-vectors/sequence.sig

Copied: mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/config/seqindex (from rev 4434, mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/config/seq)

Modified: mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.mlb
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.mlb	2006-05-02 02:33:57 UTC (rev 4435)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.mlb	2006-05-02 02:35:42 UTC (rev 4436)
@@ -44,7 +44,7 @@
    in ann "forceUsed" in
       ../config/objptr/$(OBJPTR_REP)
       ../config/header/$(HEADER_WORD)
-      ../config/seq/$(SEQ_INDEX)
+      ../config/seqindex/$(SEQ_INDEX)
       ../config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml
       ../config/c/errno.sml
       ../config/c/position.sml