]> gitweb.factorcode.org Git - factor.git/blobdiff - core/bootstrap/primitives.factor
Add vocab: for vocab-relative paths
[factor.git] / core / bootstrap / primitives.factor
index f1e8b8b65e14d662eb5a1e02d75d1b12da5ddd5c..ceeab571b848a38b41a0c9eeff051e076c44ea21 100644 (file)
@@ -16,9 +16,9 @@ crossref off
 
 H{ } clone sub-primitives set
 
-"resource:core/bootstrap/syntax.factor" parse-file
+"vocab:bootstrap/syntax.factor" parse-file
 
-"resource:basis/cpu/" architecture get {
+"vocab:cpu/" architecture get {
     { "x86.32" "x86/32" }
     { "winnt-x86.64" "x86/64/winnt" }
     { "unix-x86.64" "x86/64/unix" }
@@ -27,7 +27,7 @@ H{ } clone sub-primitives set
     { "arm" "arm" }
 } at "/bootstrap.factor" 3append parse-file
 
-"resource:core/bootstrap/layouts/layouts.factor" parse-file
+"vocab:bootstrap/layouts/layouts.factor" parse-file
 
 ! Now we have ( syntax-quot arch-quot layouts-quot ) on the stack