diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-21 23:54:47 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-21 23:54:47 +0100 |
commit | d1e167b6a24f08a046f2cc38047cbb15e880b300 (patch) | |
tree | 53395acb3a93305edda580cd5efaf03234bf798c | |
parent | 1881ced59b26819d9e38d7b71af00101a2bcd058 (diff) |
darcs-hash:e02fcf15e5168f49ba0533063a16544e6bb2ae5c
-rw-r--r-- | protocols.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols.lisp b/protocols.lisp index 0bb1fa6..64b8fcf 100644 --- a/protocols.lisp +++ b/protocols.lisp @@ -86,6 +86,7 @@ (defmethod validate-superclass (class (superclass protocol)) + (declare (ignore class)) t) |