From: John L. <jr...@us...> - 2006-12-12 01:23:43
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16152/wxLua/apps/wxluaedit/src Modified Files: wxledit.cpp wxledit.h Log Message: remove all #pragma interface since they are no longer needed Index: wxledit.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/wxledit.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** wxledit.h 5 Sep 2006 21:48:11 -0000 1.13 --- wxledit.h 12 Dec 2006 01:23:40 -0000 1.14 *************** *** 12,19 **** #define _WX_LUAEDITOR_H_ - #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "wxledit.h" - #endif - #include "wxlua/include/wxlstate.h" --- 12,15 ---- Index: wxledit.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/wxledit.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** wxledit.cpp 3 Oct 2006 05:12:45 -0000 1.25 --- wxledit.cpp 12 Dec 2006 01:23:40 -0000 1.26 *************** *** 10,17 **** ///////////////////////////////////////////////////////////////////////////// - #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "wxledit.h" - #endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" --- 10,13 ---- |