r1523: *** empty log message ***
[uffi.git] / src / objects.cl
index a114b653921004d4a9352668469bf793d2deb02d..6167636a7fb1c57a36f9893215788d0ddb73bdf4 100644 (file)
@@ -9,7 +9,7 @@
 ;;;;
 ;;;; Copyright (c) 2002 Kevin M. Rosenberg
 ;;;;
-;;;; $Id: objects.cl,v 1.1 2002/03/09 19:55:33 kevin Exp $
+;;;; $Id: objects.cl,v 1.2 2002/03/10 00:11:47 kevin Exp $
 ;;;;
 ;;;; This file is part of the UFFI. 
 ;;;;
@@ -64,7 +64,7 @@
   
   #+cmu `(system:int-sap 0)
   #+allegro 0
-  #+lispworks `(fli:make-pointer :address 0 :type ,type)
+  #+lispworks `(fli:make-pointer :address 0 :type ',type)
   )
 
 (defmacro deref-pointer (ptr type)