chiark / gitweb /
Fixed a bug in the from-alien translation of ALIEN-STRUCTURE type
authorespen <espen>
Sun, 1 Oct 2000 17:20:43 +0000 (17:20 +0000)
committerespen <espen>
Sun, 1 Oct 2000 17:20:43 +0000 (17:20 +0000)
glib/gtype.lisp

index 17bcf410e04f22d0e85867b848597eb8abeb9894..851a2e9290f5eb1c1eab044350bdbd5af54db4d1 100644 (file)
@@ -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: gtype.lisp,v 1.4 2000/09/04 22:04:24 espen Exp $
+;; $Id: gtype.lisp,v 1.5 2000/10/01 17:20:43 espen Exp $
 
 (in-package "GLIB")
 
@@ -550,8 +550,8 @@ (deftype-method translate-from-alien
          (:reference
           `(ensure-alien-instance
             ',type-spec
-            `(,(alien-copier type-spec)
-              location ,(alien-class-size (find-class type-spec)))))))))
+            (,(alien-copier type-spec)
+             location ,(alien-class-size (find-class type-spec)))))))))
 
 (deftype-method cleanup-alien alien-structure (type-spec sap &optional copied)
   (when copied