chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/method-impl.lisp, etc.: Add a `readonly' message property.
[sod]
/
src
/
method-proto.lisp
diff --git
a/src/method-proto.lisp
b/src/method-proto.lisp
index ed15ff20ed833c098d8654bb30152e3f54ee3aed..e72044e2b35d0f3d563c041684ca3c5ca1be3785 100644
(file)
--- a/
src/method-proto.lisp
+++ b/
src/method-proto.lisp
@@
-54,7
+54,7
@@
(defgeneric sod-message-receiver-type (message class)
(:documentation
"Return the type of the `me' argument in a MESSAGE received by CLASS.
(:documentation
"Return the type of the `me' argument in a MESSAGE received by CLASS.
- Typically this will just be `CLASS *'."))
+ Typically this will just be `CLASS *'
or `const CLASS *'
."))
(export 'sod-message-applicable-methods)
(defgeneric sod-message-applicable-methods (message class)
(export 'sod-message-applicable-methods)
(defgeneric sod-message-applicable-methods (message class)