uffi/src primitives.lisp,1.7,1.8

"Kevin M. Rosenberg" <[email protected]> Sun, 15 Dec 2002 10:11:10 -0700
Newsgroups gmane.lisp.uffi.cvs
Message-ID <[email protected]>
Update of /pubcvs/uffi/src
In directory boa.b9.com:/tmp/cvs-serv12369/debian/src/uffi/src

Modified Files:
	primitives.lisp 
Log Message:



Index: primitives.lisp
===================================================================
RCS file: /pubcvs/uffi/src/primitives.lisp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** primitives.lisp	13 Dec 2002 22:49:09 -0000	1.7
--- primitives.lisp	15 Dec 2002 17:11:08 -0000	1.8
***************
*** 181,189 ****
        (:pointer-void . (:pointer :void))
        (:cstring . (:reference-pass (:ef-mb-string :external-format
! 						  (:latin-1 :eol-style :lf)
! 						  :allow-null t))
        (:cstring-returning . (:reference (:ef-mb-string :external-format
! 						       (:latin-1 :eol-style :lf)
! 						       :allow-null t))
        (:byte . :byte)
        (:unsigned-byte . (:unsigned :byte))
--- 181,189 ----
        (:pointer-void . (:pointer :void))
        (:cstring . (:reference-pass (:ef-mb-string :external-format
! 				    (:latin-1 :eol-style :lf))
! 		   :allow-null t))
        (:cstring-returning . (:reference (:ef-mb-string :external-format
! 					 (:latin-1 :eol-style :lf))
! 			     :allow-null t))
        (:byte . :byte)
        (:unsigned-byte . (:unsigned :byte))