Update of /cvsroot/wxlua/wxLua/bindings/wxlua
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10601/wxLua/bindings/wxlua
Modified Files:
wxlua.i
Log Message:
Cleanup the change to using positive wxLua types and the mapping between
the Lua and wxLua types.
Fix wxLuaEdit to not stop at -1 line numbers since that's what Lua gives
when running require("wx").
Index: wxlua.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxlua/wxlua.i,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** wxlua.i 24 Jan 2008 00:18:15 -0000 1.16
--- wxlua.i 26 Jan 2008 23:27:25 -0000 1.17
***************
*** 87,91 ****
%define WXLUA_TINTEGER
%define WXLUA_TCFUNCTION
- %define WXLUA_TNULL
%define WXLUA_T_MAX
--- 87,90 ----
|