stack-checker.values: fix for fry change.

clean-macosx-x86-64
John Benediktsson 2019-10-04 18:31:04 -07:00
parent fcfe24f98b
commit 0a64678c2d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ M: f (literal) current-word get bad-macro-input ;
GENERIC: known>callable ( known -- quot )
: ?@ ( x -- y )
dup callable? [ drop _ ] unless ;
dup callable? [ drop \ _ ] unless ;
M: object known>callable drop \ _ ;