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:
a9d159b
)
Bug fix
author
espen
<espen>
Sun, 19 Dec 2004 15:31:26 +0000
(15:31 +0000)
committer
espen
<espen>
Sun, 19 Dec 2004 15:31:26 +0000
(15:31 +0000)
glib/ffi.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/ffi.lisp
b/glib/ffi.lisp
index f69681fb7fefd26adea6c48250e29326845691cf..825facb27ceeda03584407b1cf13c1d87baeba3a 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.
8 2004-12-16 23:02:10
espen Exp $
+;; $Id: ffi.lisp,v 1.
9 2004-12-19 15:31:26
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-459,7
+459,7
@@
(defmethod alien-type ((type (eql 'double-float)) &rest args)
(defmethod size-of ((type (eql 'double-float)) &rest args)
(declare (ignore type args))
(defmethod size-of ((type (eql 'double-float)) &rest args)
(declare (ignore type args))
- +size-of-
float
+)
+ +size-of-
double
+)
(defmethod writer-function ((type (eql 'double-float)) &rest args)
(declare (ignore type args))
(defmethod writer-function ((type (eql 'double-float)) &rest args)
(declare (ignore type args))