CFFI - Fix missing package before &body - patch #22
Should fix https://github.com/swig/swig/issues/21.
This commit is contained in:
parent
9193b3ed77
commit
054f9dba1a
2 changed files with 7 additions and 4 deletions
|
|
@ -5,13 +5,16 @@ See the RELEASENOTES file for a summary of changes in each release.
|
|||
Version 2.0.10 (in progress)
|
||||
============================
|
||||
|
||||
2013-01-29: William
|
||||
2013-02-09: wsfulton
|
||||
[CFFI] Apply patch #22 - Fix missing package before &body
|
||||
|
||||
2013-01-29: wsfulton
|
||||
[Java] Ensure 'javapackage' typemap is used as it stopped working from version 2.0.5.
|
||||
|
||||
2013-01-28: William
|
||||
2013-01-28: wsfulton
|
||||
[Python] Apply patch SF #334 - Fix default value conversions "TRUE"->True, "FALSE"->False.
|
||||
|
||||
2013-01-28: William
|
||||
2013-01-28: wsfulton
|
||||
[Java] Apply patch SF #335 - Truly ignore constructors in directors with %ignore.
|
||||
|
||||
2013-01-18: Brant Kyser
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
%insert("swiglisp") %{
|
||||
;;;SWIG wrapper code starts here
|
||||
|
||||
(cl:defmacro defanonenum (&body enums)
|
||||
(cl:defmacro defanonenum (cl:&body enums)
|
||||
"Converts anonymous enums to defconstants."
|
||||
`(cl:progn ,@(cl:loop for value in enums
|
||||
for index = 0 then (cl:1+ index)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue