From: John L. <jr...@us...> - 2006-12-12 01:23:43
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16152/wxLua/modules/wxluadebug/include Modified Files: splttree.h staktree.h wxldebug.h Log Message: remove all #pragma interface since they are no longer needed Index: staktree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/staktree.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** staktree.h 3 Oct 2006 05:12:45 -0000 1.14 --- staktree.h 12 Dec 2006 01:23:40 -0000 1.15 *************** *** 11,18 **** #define _WX_LUA_STACKTREE_H_ - #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "staktree.h" - #endif - #include "wxluadebug/include/wxluadebugdefs.h" #include "wxluadebug/include/splttree.h" --- 11,14 ---- Index: wxldebug.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxldebug.h,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** wxldebug.h 5 Oct 2006 05:10:47 -0000 1.29 --- wxldebug.h 12 Dec 2006 01:23:40 -0000 1.30 *************** *** 10,17 **** #define WX_LUA_DEBUG_H - #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "wxldebug.h" - #endif - #include "wx/dynarray.h" #include "wx/treectrl.h" // for wxTreeItemData --- 10,13 ---- Index: splttree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/splttree.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** splttree.h 4 Sep 2006 18:07:55 -0000 1.9 --- splttree.h 12 Dec 2006 01:23:40 -0000 1.10 *************** *** 16,23 **** #define _WX_SPLITTREE_H_ - #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "splttree.h" - #endif - #include "wxluadebug/include/wxluadebugdefs.h" #include "wx/treectrl.h" --- 16,19 ---- |