diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index dfb5b7fa30..19d3a2cbb9 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -9,6 +9,7 @@ compiler.units definitions generic generic.standard generic.single tools.deploy.config combinators classes classes.builtin slots.private grouping command-line ; QUALIFIED: bootstrap.stage2 +QUALIFIED: classes.private QUALIFIED: compiler.crossref QUALIFIED: compiler.errors QUALIFIED: continuations @@ -332,14 +333,14 @@ IN: tools.deploy.shaker { gensym name>char-hook - next-method-quot-cache - class-and-cache - class-not-cache - class-or-cache - class<=-cache - classes-intersect-cache - implementors-map - update-map + classes.private:next-method-quot-cache + classes.private:class-and-cache + classes.private:class-not-cache + classes.private:class-or-cache + classes.private:class<=-cache + classes.private:classes-intersect-cache + classes.private:implementors-map + classes.private:update-map main-vocab-hook compiler.crossref:compiled-crossref compiler.crossref:compiled-generic-crossref