Change another throw to rethrow in stack checker

db4
Slava Pestov 2009-03-11 03:17:06 -05:00
parent 7d9389ad9e
commit 21f8ba2917
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ M: object apply-object push-literal ;
"cannot-infer" word-prop rethrow ;
: maybe-cannot-infer ( word quot -- )
[ [ "cannot-infer" set-word-prop ] keep throw ] recover ; inline
[ [ "cannot-infer" set-word-prop ] keep rethrow ] recover ; inline
: infer-word ( word -- effect )
[