From: John L. <jr...@us...> - 2006-07-19 22:08:31
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9454/wxLua/bindings/wxstc Modified Files: stc.i Log Message: update wxSTC for 2.7 where wxSTC_LEX_ASP/PHP have been removed Index: stc.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/stc.i,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stc.i 24 May 2006 04:50:00 -0000 1.4 --- stc.i 19 Jul 2006 22:08:27 -0000 1.5 *************** *** 244,249 **** %define wxSTC_LEX_BULLANT %define wxSTC_LEX_VBSCRIPT ! %define wxSTC_LEX_ASP ! %define wxSTC_LEX_PHP %define wxSTC_LEX_BAAN %define wxSTC_LEX_MATLAB --- 244,249 ---- %define wxSTC_LEX_BULLANT %define wxSTC_LEX_VBSCRIPT ! !%wxchkver27 %define wxSTC_LEX_ASP ! !%wxchkver27 %define wxSTC_LEX_PHP %define wxSTC_LEX_BAAN %define wxSTC_LEX_MATLAB |