X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fprimitives.cl;fp=src%2Fprimitives.cl;h=bf013e65669c2e9ca658bad075ae254978007429;hb=0ed0429c5921629ae1912f96379a8715e2d48a3b;hp=c113bdfd6156d12aa3520226d2abf60a782a8266;hpb=7fcec7e8319f5b11c8f501b6a869142cd26a8bdd;p=uffi.git diff --git a/src/primitives.cl b/src/primitives.cl index c113bdf..bf013e6 100644 --- a/src/primitives.cl +++ b/src/primitives.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: primitives.cl,v 1.10 2002/03/18 22:47:57 kevin Exp $ +;;;; $Id: primitives.cl,v 1.11 2002/03/21 10:58:57 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -115,9 +115,6 @@ supports takes advantage of this optimization." (dolist (type +cmu-def-type-list+) (setf (gethash (car type) +cmu-def-type-hash+) (cdr type))) -(defmethod ph (&optional (os *standard-output*)) - (maphash #'(lambda (k v) (format os "~&~S => ~S" k v)) +type-conversion-hash+)) - (defun convert-from-uffi-type (type context) "Converts from a uffi type to an implementation specific type" (if (atom type)