Small patch for primitives.lisp on CMU CL

Ivan Boldyrev <boldyrev+nospam-dw4yfbuIPJhQcR3hr32AisU4QcVvxbaP@public.gmane.org> Fri, 23 Apr 2004 00:54:16 +0700
Newsgroups gmane.lisp.uffi.devel
Organization this field is intentionally left blank
Message-ID <[email protected]>
--===============1611387713==
Content-Type: multipart/signed; boundary="==-=-=";
	micalg=pgp-sha1; protocol="application/pgp-signature"

--==-=-=
Content-Type: multipart/mixed; boundary="=-=-="

--=-=-=
Content-Type: text/plain

Variable *type-conversion-list* contains two occurences of :short, and
second one is wrong.


--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=primitives.lisp.patch
Content-Description: The patch

--- %backup%~	2004-04-15 15:08:01.000000000 +0700
+++ /usr/lib/cmucl/lib/uffi/src/primitives.lisp	2004-04-22 22:40:08.000000000 +0700
@@ -135,7 +135,6 @@
       (:unsigned-char . (alien:unsigned 8))
       (:byte . (alien:signed 8))
       (:unsigned-byte . (alien:unsigned 8))
-      (:short . c-call:unsigned-short) 
       (:unsigned-short . c-call:unsigned-short)
       (:int . alien:integer) (:unsigned-int . c-call:unsigned-int) 
       (:long . c-call:long) (:unsigned-long . c-call:unsigned-long)

--=-=-=
Content-Type: text/plain


-- 
Ivan Boldyrev

                                                  Your bytes are bitten.

--=-=-=--

--==-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.5 (GNU/Linux)

iQEVAwUAQIgGzg4ALcwzZFpVAQJeJgf/c7KyJ0/+zRzwK0UUkSGv+DS7p/3/PHRE
1oaLn70F/7nPWmHXCXvnt/OpXGanFEZWb0ThMxHHa5IgMls8HmZMnD1Srr9YIKa8
XbfdZC6qNvpj6hYUu7Fcv4SIETuaAxmKqErhLUoEw4FupFHGPWu1/xMGa3rsSk0n
Wdp2R0HpNbEwuuoh+ZW1krfQNxMhDr6RvqQ3yV5Hr+yrb7PDunKnoXXHvL73eUs3
aogNFACM46+vbnIasS7NnCSy3D7rOmOC6sIpfXpVuxeyKYFIJQfg4gqez5JhW88G
3Ri2DQET9SF85z4BV/HsjcjorZvUa86djeJsJUxbVWfFAiKm+KaNvQ==
=FqPA
-----END PGP SIGNATURE-----
--==-=-=--


--===============1611387713==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
UFFI-Devel mailing list
[email protected]
http://lists.b9.com/mailman/listinfo/uffi-devel

--===============1611387713==--