[Bese-devel] Patch for control-flow.lisp
Sławek Żak
slawek.zak at gmail.com
Fri Mar 4 21:29:14 UTC 2005
Fixes referral to undefined self variable in the inspector and a typo.
Tested with HEAD (however it is called in arch:)
--- orig/src/rerl/standard-component/control-flow.lisp
+++ mod/src/rerl/standard-component/control-flow.lisp
@@ -63,8 +63,8 @@
methods, to avoid the creation of spurious actions this action
can be used whenever we want to cause a compoent ot answer.
-VALUE should default to COMPOENT.")
- (:method ((c component) &optional (value c))
+VALUE should default to COMPONENT.")
+ (:method ((self component) &optional (value self))
(answer value)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
More information about the bese-devel
mailing list