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:
c2c4a7e
)
Small bug fix
author
espen
<espen>
Tue, 2 Apr 2002 14:52:25 +0000
(14:52 +0000)
committer
espen
<espen>
Tue, 2 Apr 2002 14:52:25 +0000
(14:52 +0000)
glib/gforeign.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gforeign.lisp
b/glib/gforeign.lisp
index 48cd686b8f0a9957cd0efb9f2bb41e1e240b9ec7..fe9dd9fc765084e6eee93282fbbc5a01ff3c8635 100644
(file)
--- a/
glib/gforeign.lisp
+++ b/
glib/gforeign.lisp
@@
-15,7
+15,7
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: gforeign.lisp,v 1.1
3 2002/03/19 17:03:42
espen Exp $
+;; $Id: gforeign.lisp,v 1.1
4 2002/04/02 14:52:25
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-375,7
+375,7
@@
(defun mkbinding (name return-type &rest arg-types)
:type (alien::parse-alien-type ftype)
:sap-form (system:foreign-symbol-address name))))
(translate-arguments
:type (alien::parse-alien-type ftype)
:sap-form (system:foreign-symbol-address name))))
(translate-arguments
- (mapcar #'intern-
return-value
-translator arg-types))
+ (mapcar #'intern-
argument
-translator arg-types))
(translate-return-value (intern-return-value-translator return-type))
(cleanup-arguments (mapcar #'intern-cleanup-function arg-types)))
(translate-return-value (intern-return-value-translator return-type))
(cleanup-arguments (mapcar #'intern-cleanup-function arg-types)))