From: John L. <jr...@us...> - 2007-06-27 14:29:58
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18369/wxLua/bindings Modified Files: genwxbind.lua Log Message: Fix extra #endif statements from %member tags Index: genwxbind.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v retrieving revision 1.136 retrieving revision 1.137 diff -C2 -d -r1.136 -r1.137 *** genwxbind.lua 27 Jun 2007 03:11:26 -0000 1.136 --- genwxbind.lua 27 Jun 2007 14:29:54 -0000 1.137 *************** *** 2876,2880 **** FuncType = "WXLUAMETHOD_SETPROP", Map = " { \""..member.Name.."\", WXLUAMETHOD_SETPROP, "..funcMapName..", 1, NULL },\n", ! Condition = fullcondition } --- 2876,2880 ---- FuncType = "WXLUAMETHOD_SETPROP", Map = " { \""..member.Name.."\", WXLUAMETHOD_SETPROP, "..funcMapName..", 1, NULL },\n", ! Condition = membercondition } |