diff --git a/core/generic/standard/standard.factor b/core/generic/standard/standard.factor index 851a58ecd6..6cc7f7f3e8 100755 --- a/core/generic/standard/standard.factor +++ b/core/generic/standard/standard.factor @@ -139,7 +139,8 @@ TUPLE: no-method object generic ; M: standard-combination perform-combination standard-combination-# (dispatch#) [ - standard-methods single-combination + [ standard-methods ] keep "inline" word-prop + [ small-generic ] [ single-combination ] if ] with-variable ; : default-hook-method ( word -- pair )