Fix corner case where auto-use didn't print using list

db4
Slava Pestov 2008-11-24 16:28:35 -06:00
parent 433f16e18b
commit b19e87ea75
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ERROR: not-in-a-method-error ;
SYMBOL: current-method
: with-method-definition ( method quot -- )
[ dup current-method ] dip with-variable ; inline
over current-method set call current-method off ; inline
: (M:) ( method def -- )
CREATE-METHOD [ parse-definition ] with-method-definition ;