This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "matlisp".
The branch, tensor has been updated
via 2bf1a9674740ca3829a86c45f0dc14a2ee3157c4 (commit)
via 9253264f16cb969a88e0411ba4e8441a18406395 (commit)
from b8b3f1fdeb9425c9e36e096428fc04e044f720f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2bf1a9674740ca3829a86c45f0dc14a2ee3157c4
Merge: 9253264 b8b3f1f
Author: Akshay Srinivasan <aks...@gm...>
Date: Mon Feb 4 22:35:47 2013 -0800
Merge branch 'tensor' of ssh://matlisp.git.sourceforge.net/gitroot/matlisp/matlisp into tensor
commit 9253264f16cb969a88e0411ba4e8441a18406395
Author: Akshay Srinivasan <aks...@gm...>
Date: Mon Feb 4 22:35:04 2013 -0800
Used unwind-protect instead of multiple-value-prog1 inside the with-foreign-objects-heaped macro.
diff --git a/src/ffi/ffi-cffi.lisp b/src/ffi/ffi-cffi.lisp
index 5698605..8ac6db3 100644
--- a/src/ffi/ffi-cffi.lisp
+++ b/src/ffi/ffi-cffi.lisp
@@ -59,7 +59,7 @@
declarations))))
;; Store result and then free foreign-objects
(when declarations
- `(multiple-value-prog1))
+ `(unwind-protect))
`((progn
,@body)
;;Free C objects
-----------------------------------------------------------------------
Summary of changes:
src/ffi/ffi-cffi.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
matlisp
|