Move string-for-primitive to (runtime).
authorChris Hanson <org/chris-hanson/cph>
Mon, 19 Nov 2018 02:44:24 +0000 (18:44 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 19 Nov 2018 02:45:34 +0000 (18:45 -0800)
src/edwin/edwin.pkg
src/runtime/runtime.pkg

index a1a03839ecaaa920d7485d975580585d98f6076f..4623e638d342e89c098d96905b3d61b4b12f8b61 100644 (file)
@@ -104,6 +104,7 @@ USA.
   (parent ())
   (import (runtime)
          define-primitives
+         string-for-primitive
          ucode-primitive
          ucode-type)
   (import (runtime char-syntax)
index 0a8d87041f8b277dc34497aa0d744752bc5b68e0..7ee5cadbd979a5df89a9f7013ff3d22efbdca662 100644 (file)
@@ -1092,7 +1092,6 @@ USA.
          string-find-previous-char-in-set
          string-foldcase
          string-for-each
-         string-for-primitive          ;export to (runtime) after 9.3
          string-hash                   ;SRFI-69
          string-ci-hash                ;SRFI-69
          string-head
@@ -1141,6 +1140,8 @@ USA.
          substring
          substring?
          vector->string)
+  (export (runtime)
+         string-for-primitive)
   (export (runtime symbol)
          %ascii-ustring!
          %ascii-ustring-allocate