>>>>> "James" == James Bielman <[EMAIL PROTECTED]> writes:
[...]
 James> Today's patch allows you to optimize the case where you define a
 James> typedef that you can guarantee does not need translation (as in
 James> this example).  So you can do:

 James> (defctype my-int :int :translate-p nil)

Am I the only one using docstrings with defctype? :)

(defctype evas :pointer "Evas")

; caught ERROR:
;   (during macroexpansion of (DEFCTYPE EVAS ...))
;   error while parsing arguments to DEFMACRO DEFCTYPE:
;     odd number of elements in keyword/value list: ("Evas")

--J.
_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to