bug i introduced -- reload was leaving a vocab object on stack

db4
Doug Coleman 2008-08-30 15:21:14 -05:00
parent cec45e524e
commit 5122e137d4
1 changed files with 1 additions and 1 deletions
core/vocabs/loader

View File

@ -67,7 +67,7 @@ SYMBOL: load-help?
: reload ( name -- )
[
dup vocab [ dup load-source load-docs ] [ no-vocab ] ?if
dup vocab [ load-source load-docs drop ] [ no-vocab ] ?if
] with-compiler-errors ;
: require ( vocab -- )