common-lisp.net
/
users/frideau/fare-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
933c34b
)
Fix wrongful pop-item! method (found thru lwper warnings).
author
Francois-Rene Rideau
<tunes@google.com>
Wed, 26 Dec 2012 21:25:33 +0000 (16:25 -0500)
committer
Francois-Rene Rideau
<tunes@google.com>
Wed, 26 Dec 2012 21:25:33 +0000 (16:25 -0500)
stateful/container.lisp
patch
|
blob
|
blame
|
history
diff --git
a/stateful/container.lisp
b/stateful/container.lisp
index
3e83d9e
..
39c0f3a
100644
(file)
--- a/
stateful/container.lisp
+++ b/
stateful/container.lisp
@@
-62,7
+62,7
@@
(defgeneric pop-item! (container)
(:method :before (container)
(check-not-empty container))
- (:method :before (container)
+ (:method (container)
(pop-least-item! container)))
(defgeneric pop-last-item! (container)
(:method :before (container)