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:
9f22837
)
Changed to do some more stuff at compile time
author
espen
<espen>
Tue, 29 May 2001 15:43:44 +0000
(15:43 +0000)
committer
espen
<espen>
Tue, 29 May 2001 15:43:44 +0000
(15:43 +0000)
glib/proxy.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/proxy.lisp
b/glib/proxy.lisp
index 892bf74862587c1989115d1ba12d7f15edd2fc0d..48e7d1e897fb146ab903f325f8555d115213b4d9 100644
(file)
--- a/
glib/proxy.lisp
+++ b/
glib/proxy.lisp
@@
-15,7
+15,7
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: proxy.lisp,v 1.
4 2001-05-11 16:01:41
espen Exp $
+;; $Id: proxy.lisp,v 1.
5 2001-05-29 15:43:44
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-189,11
+189,11
@@
(deftype-method translate-to-alien
(if weak-ref
`(proxy-location ,instance)
`(funcall
(if weak-ref
`(proxy-location ,instance)
`(funcall
-
(proxy-class-copy (find-class ',
type-spec))
+
',(proxy-class-copy (find-class
type-spec))
',type-spec (proxy-location ,instance))))
(deftype-method unreference-alien proxy (type-spec location)
',type-spec (proxy-location ,instance))))
(deftype-method unreference-alien proxy (type-spec location)
- `(funcall
(proxy-class-free (find-class ',
type-spec)) ',type-spec ,location))
+ `(funcall
',(proxy-class-free (find-class
type-spec)) ',type-spec ,location))
(defun proxy-instance-size (proxy)
(proxy-class-size (class-of proxy)))
(defun proxy-instance-size (proxy)
(proxy-class-size (class-of proxy)))