Fix stack effect of fuel-use-suggested-vocabs

db4
Nicholas Seckar 2009-04-22 15:40:17 -07:00
parent ca853d5eac
commit 47064cd1af
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ SYMBOL: :uses-suggestions
PRIVATE>
: fuel-use-suggested-vocabs ( suggestions quot ... suggestions quot: ( ... -- ... ) -- ... )
: fuel-use-suggested-vocabs ( suggestions quot -- ... )
[ :uses-suggestions set ] dip
[ try-suggested-restarts rethrow ] recover ; inline