chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b1c734
)
Fix for SBCL 1.0.14
author
espen
<espen>
Thu, 28 Feb 2008 18:33:12 +0000
(18:33 +0000)
committer
espen
<espen>
Thu, 28 Feb 2008 18:33:12 +0000
(18:33 +0000)
gtk/gtkobject.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkobject.lisp
b/gtk/gtkobject.lisp
index 0f40e667b8cbe8a1ada630cf23961eb5a15e9af6..6171c5bdd8867b5947033474ebca37890d3cccfa 100644
(file)
--- a/
gtk/gtkobject.lisp
+++ b/
gtk/gtkobject.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtkobject.lisp,v 1.4
4 2007-09-06 14:22:19
espen Exp $
+;; $Id: gtkobject.lisp,v 1.4
5 2008-02-28 18:33:12
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-181,7
+181,7
@@
(defmethod compute-slot-writer-function ((slotd effective-child-slot-definition)
value))))
value))))
-(defmethod add-reader-method ((class container-child-class) generic-function slot-name #?(sbcl>= 1 0 2)slot-documentation)
+(defmethod add-reader-method ((class container-child-class) generic-function slot-name #?(sbcl>= 1 0 2)slot-documentation
#?(sbcl>= 1 0 14)source-location
)
(add-method
generic-function
(make-instance 'standard-method
(add-method
generic-function
(make-instance 'standard-method
@@
-192,7
+192,7
@@
(defmethod add-reader-method ((class container-child-class) generic-function slo
(declare (ignore next-methods))
(child-property-value (first args) slot-name)))))
(declare (ignore next-methods))
(child-property-value (first args) slot-name)))))
-(defmethod add-writer-method ((class container-child-class) generic-function slot-name #?(sbcl>= 1 0 2)slot-documentation)
+(defmethod add-writer-method ((class container-child-class) generic-function slot-name #?(sbcl>= 1 0 2)slot-documentation
#?(sbcl>= 1 0 14)source-location
)
(add-method
generic-function
(make-instance 'standard-method
(add-method
generic-function
(make-instance 'standard-method