Fix load errors

db4
Slava Pestov 2009-06-08 04:18:57 -05:00
parent d4f6a9cb43
commit aaeeaa1e6f
2 changed files with 2 additions and 3 deletions

View File

@ -277,8 +277,6 @@ IN: tools.deploy.shaker
compiled-generic-crossref compiled-generic-crossref
compiler-impl compiler-impl
compiler.errors:compiler-errors compiler.errors:compiler-errors
! definition-observers
interactive-vocabs
lexer-factory lexer-factory
print-use-hook print-use-hook
root-cache root-cache

View File

@ -4,7 +4,8 @@
USING: accessors arrays assocs combinators help help.crossref USING: accessors arrays assocs combinators help help.crossref
help.markup help.topics io io.streams.string kernel make namespaces help.markup help.topics io io.streams.string kernel make namespaces
parser prettyprint sequences summary help.vocabs parser prettyprint sequences summary help.vocabs
vocabs vocabs.loader vocabs.hierarchy vocabs.metadata words see ; vocabs vocabs.loader vocabs.hierarchy vocabs.metadata words see
listener ;
IN: fuel.help IN: fuel.help