Update for call-next-method changes

db4
Slava Pestov 2008-11-22 19:58:32 -06:00
parent 323f95d3f4
commit 359fac1266
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ M: object add-breakpoint ;
: (step-into-continuation) ( -- )
continuation callstack >>call break ;
: (step-into-call-next-method) ( class generic -- )
: (step-into-call-next-method) ( method -- )
next-method-quot (step-into-quot) ;
! Messages sent to walker thread