The smoke call stack is now a struct -> adapt.
Wed Jul 8 22:55:24 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* The smoke call stack is now a struct -> adapt.
hunk ./src/object.lisp 75
- (error "No smoke parent found."))))
+ (error "No smoke parent found for ~A." object))))
hunk ./src/signal-slot/signal.lisp 106
- (mem-aref (pointer stack)
+ (mem-aref (smoke::call-stack-pointer stack)
hunk ./src/signal-slot/signal.lisp 111
- (mem-aref (pointer stack)
+ (mem-aref (smoke::call-stack-pointer stack)
hunk ./src/signal-slot/translate.lisp 5
- [_$_]
+