chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5ac91f5
)
Disabled debugging code
author
espen
<espen>
Mon, 6 Feb 2006 12:48:40 +0000
(12:48 +0000)
committer
espen
<espen>
Mon, 6 Feb 2006 12:48:40 +0000
(12:48 +0000)
glib/proxy.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/proxy.lisp
b/glib/proxy.lisp
index 844886ab0ffaf0f836b318ec1a213a011468b50a..eebf8da986c05a976086a454d976cc8967f6c3aa 100644
(file)
--- a/
glib/proxy.lisp
+++ b/
glib/proxy.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: proxy.lisp,v 1.2
6 2006/02/06 11:52:24
espen Exp $
+;; $Id: proxy.lisp,v 1.2
7 2006/02/06 12:48:40
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-515,6
+515,8
@@
(defun ensure-proxy-instance (class location &rest initargs)
MAKE-PROXY-INSTANCE is called to create one."
(unless (null-pointer-p location)
(or
MAKE-PROXY-INSTANCE is called to create one."
(unless (null-pointer-p location)
(or
+ #-debug-ref-counting(find-cached-instance location)
+ #+debug-ref-counting
(let ((instance (find-cached-instance location)))
(when instance
(format t "Object found in cache: ~A~%" instance)
(let ((instance (find-cached-instance location)))
(when instance
(format t "Object found in cache: ~A~%" instance)