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:
b5d5f41
)
Got rid of a warning in CLISP
author
espen
<espen>
Thu, 10 May 2007 20:23:28 +0000
(20:23 +0000)
committer
espen
<espen>
Thu, 10 May 2007 20:23:28 +0000
(20:23 +0000)
gffi/proxy.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gffi/proxy.lisp
b/gffi/proxy.lisp
index 56225c9cad4eadcb1b758d63a76f3e5737aa363d..c54c42316c96fcf0df500aa178b319b3ba4bd24a 100644
(file)
--- a/
gffi/proxy.lisp
+++ b/
gffi/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.
7 2007/04/06 14:29:42
espen Exp $
+;; $Id: proxy.lisp,v 1.
8 2007/05/10 20:23:28
espen Exp $
(in-package "GFFI")
(in-package "GFFI")
@@
-167,6
+167,7
@@
(defmethod instance-finalizer ((instance proxy))
;; :FINALZIE given to MAKE-PROXY-INSTANCE or non NIL if the proxy was
;; created with MAKE-INSTANCE
(defmethod invalidate-instance ((instance proxy) &optional finalize-p)
;; :FINALZIE given to MAKE-PROXY-INSTANCE or non NIL if the proxy was
;; created with MAKE-INSTANCE
(defmethod invalidate-instance ((instance proxy) &optional finalize-p)
+ #+clisp(declare (ignore finalize-p))
(remove-cached-instance (foreign-location instance))
#+(or sbcl cmu)
(progn
(remove-cached-instance (foreign-location instance))
#+(or sbcl cmu)
(progn