
5 Feb
2006
5 Feb
'06
12:14 p.m.
"James" == James Bielman <jamesjb@jamesjb.com> 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.