summaryrefslogtreecommitdiff
path: root/Lisp/parameters.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-24 13:28:45 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-24 13:28:45 +0100
commitaa8645cdf28eb7b13d2813f5f0fe014df4d7b4b8 (patch)
tree7ea1e014c0af0501938d0a377071460016078e19 /Lisp/parameters.lisp
parent1deb19a20e934084cda4499e6930e35b0d2777c3 (diff)
When receiving a Lisp value wrapper from Objective-C, unwrap it automatically.
darcs-hash:f1b183f46c4d97c27121e0ada8614b9e9feb9955
Diffstat (limited to 'Lisp/parameters.lisp')
-rw-r--r--Lisp/parameters.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lisp/parameters.lisp b/Lisp/parameters.lisp
index 14a3f16..f6fce2d 100644
--- a/Lisp/parameters.lisp
+++ b/Lisp/parameters.lisp
@@ -26,6 +26,8 @@
(defvar *skip-retaining* nil)
+(defvar *skip-value-wrapper-unwrapping* nil)
+
(defvar *in-make-pointer-wrapper-p* nil
"A debugging tool that helps identify direct MAKE-INSTANCE calls that
ought not be there.")