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:
93cd822
)
Bug fix
author
espen
<espen>
Tue, 28 Dec 2004 20:27:52 +0000
(20:27 +0000)
committer
espen
<espen>
Tue, 28 Dec 2004 20:27:52 +0000
(20:27 +0000)
glib/ffi.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/ffi.lisp
b/glib/ffi.lisp
index 86d0045d0839d59c03df201d4c74ab6f38f6513a..267da64380bde425ef290f9e458bd90b62cc118d 100644
(file)
--- a/
glib/ffi.lisp
+++ b/
glib/ffi.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: ffi.lisp,v 1.1
0 2004/12/26 11:40:14
espen Exp $
+;; $Id: ffi.lisp,v 1.1
1 2004/12/28 20:27:52
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-378,7
+378,7
@@
(defmethod reader-function ((type (eql 'signed-byte)) &rest args)
(defmethod alien-type ((type (eql 'unsigned-byte)) &rest args)
(destructuring-bind (&optional (size '*)) args
(ecase size
(defmethod alien-type ((type (eql 'unsigned-byte)) &rest args)
(destructuring-bind (&optional (size '*)) args
(ecase size
- (#.+bits-of-byte+ '(unsigned
-byte
8))
+ (#.+bits-of-byte+ '(unsigned
#|-byte|#
8))
(#.+bits-of-short+ 'c-call:unsigned-short)
((* #.+bits-of-int+) 'c-call:unsigned-int)
(#.+bits-of-long+ 'c-call:unsigned-long))))
(#.+bits-of-short+ 'c-call:unsigned-short)
((* #.+bits-of-int+) 'c-call:unsigned-int)
(#.+bits-of-long+ 'c-call:unsigned-long))))