stack-checker.values: fix for fry change.
parent
fcfe24f98b
commit
0a64678c2d
|
@ -122,7 +122,7 @@ M: f (literal) current-word get bad-macro-input ;
|
||||||
GENERIC: known>callable ( known -- quot )
|
GENERIC: known>callable ( known -- quot )
|
||||||
|
|
||||||
: ?@ ( x -- y )
|
: ?@ ( x -- y )
|
||||||
dup callable? [ drop _ ] unless ;
|
dup callable? [ drop \ _ ] unless ;
|
||||||
|
|
||||||
M: object known>callable drop \ _ ;
|
M: object known>callable drop \ _ ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue