r1632: Fixed error in LW with :pointer-void
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 09:32:43 +0000 (09:32 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 09:32:43 +0000 (09:32 +0000)
src/primitives.cl

index 0b5f05585ea30191d0897602e5eb1103fb64bfa5..8a29b21318087606e6956b928cd377776206114a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: primitives.cl,v 1.12 2002/03/21 11:38:07 kevin Exp $
+;;;; $Id: primitives.cl,v 1.13 2002/03/23 09:32:43 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -100,7 +100,7 @@ supports takes advantage of this optimization."
 (defconstant +type-conversion-list+
     '((* . :pointer) (:void . :void) 
       (:short . :short)
-      (:pointer-void . (:pointer :unsigned :void))
+      (:pointer-void . (:pointer :void))
       (:cstring . (:reference-pass :ef-mb-string :allow-null t))
       (:cstring-returning . (:reference :ef-mb-string :allow-null t))
       (:char . :char)