gffi/basic-types.lisp: clisp already defines a `byte' type'.
[clg] / gffi / basic-types.lisp
index d7f6b3c..056d6dd 100644 (file)
@@ -25,7 +25,7 @@
 (in-package "GFFI")
 
 
-(deftype byte () '(unsigned-byte 8))
+#-clisp (deftype byte () '(unsigned-byte 8))
 (deftype int ()
   '(signed-byte #+sbcl #.(sb-sizeof-bits 'sb-alien:int)
                #+clisp #.(ffi:bitsizeof 'ffi:int)