diff --git a/basis/hints/hints.factor b/basis/hints/hints.factor index 8787843526..ffd3a8148d 100644 --- a/basis/hints/hints.factor +++ b/basis/hints/hints.factor @@ -65,7 +65,7 @@ t specialize-method? set-global : specialize-method ( quot method -- quot' ) [ specialize-method? get [ method-declaration prepend ] [ drop ] if ] [ dup "method-generic" word-prop specializer ] bi - [ specialize-quot ] [ nip ] if* ; + [ specialize-quot ] [ drop ] if* ; : standard-method? ( method -- ? ) dup method-body? [