cocoa.subclassing: sometimes, compiled Cocoa method bodies would not be updated when words were redefined. Fixes #66

db4
Slava Pestov 2011-08-28 22:56:58 -07:00
parent f699714a16
commit 4045eeca20
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ IN: cocoa.subclassing
: prepare-methods ( methods -- methods )
[
[ first4 prepare-method 3array ] map
] with-compilation-unit ;
] with-nested-compilation-unit ;
:: (redefine-objc-method) ( class method -- )
method init-method :> ( sel imp types )