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:
2671546
)
BUg fix
author
espen
<espen>
Fri, 1 Jun 2007 06:24:43 +0000
(06:24 +0000)
committer
espen
<espen>
Fri, 1 Jun 2007 06:24:43 +0000
(06:24 +0000)
gffi/basic-types.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gffi/basic-types.lisp
b/gffi/basic-types.lisp
index 2f71475f1970d989e6b4e25c1ca60258dd03e67b..8160733e07906ff3073977bdcdae5522d19cf300 100644
(file)
--- a/
gffi/basic-types.lisp
+++ b/
gffi/basic-types.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: basic-types.lisp,v 1.
7 2007/06/01 06:22:05
espen Exp $
+;; $Id: basic-types.lisp,v 1.
8 2007/06/01 06:24:43
espen Exp $
(in-package "GFFI")
(in-package "GFFI")
@@
-1135,12
+1135,12
@@
(define-type-method from-alien-function ((type static) &key (ref :static))
(define-type-method to-alien-function ((type static) &optional copy-p)
(if (not copy-p)
(to-alien-function (second (type-expand-to 'static type)) t)
(define-type-method to-alien-function ((type static) &optional copy-p)
(if (not copy-p)
(to-alien-function (second (type-expand-to 'static type)) t)
- (error "COPY-P argument to TO-ALIEN-FUNCTION should always be NIL for type ~A" type)))
+
(error "COPY-P argument to TO-ALIEN-FUNCTION should always be NIL for type ~A" type)))
(define-type-method to-alien-form ((type static) &optional copy-p)
(if (not copy-p)
(define-type-method to-alien-form ((type static) &optional copy-p)
(if (not copy-p)
- (to-alien-f
unction
(second (type-expand-to 'static type)) t)
- (error "COPY-P argument to TO-ALIEN-FORM should always be NIL for type ~A" type)))
+ (to-alien-f
orm
(second (type-expand-to 'static type)) t)
+
(error "COPY-P argument to TO-ALIEN-FORM should always be NIL for type ~A" type)))
(define-type-method reader-function ((type static) &key (ref :read) (inlined nil inlined-p))
(if inlined-p
(define-type-method reader-function ((type static) &key (ref :read) (inlined nil inlined-p))
(if inlined-p