X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/9d059f243ab0e38f8d914b31328f9251b3407722..5b50f17790214e70aec30c6aad4dfc9b06693541:/glib/ffi.lisp diff --git a/glib/ffi.lisp b/glib/ffi.lisp index a62dc00..ee87fba 100644 --- 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 -;; $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") @@ -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)) - +size-of-float+) + +size-of-double+) (defmethod writer-function ((type (eql 'double-float)) &rest args) (declare (ignore type args))