turn off autouse for sandboxed code

db4
Doug Coleman 2009-04-21 01:44:25 -05:00
parent 6b3f12861d
commit 784f34e49f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ SYMBOL: whitelist
: with-sandbox-vocabs ( quot -- )
"sandbox.syntax" load-vocab vocab-words 1vector
use [ call ] with-variable ; inline
use [ auto-use? off call ] with-variable ; inline
: parse-sandbox ( lines assoc -- quot )
whitelist [ [ parse-lines ] with-sandbox-vocabs ] with-variable ;