add Id keyword; remove old code (was commented out) which tried to implement alternative parsing strategies; basically those involved doing 4-5 passes on the gcc XML before actually passing it storing the list of the type IDs related in some way to wxWidgets, and then do the true parsing pass, skipping anything non-wx related. This approach (and its variations) showed however to be slower than building the full type table.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-22 19:18:25 +00:00
parent dd634f2777
commit 5ceba28d35
3 changed files with 6 additions and 268 deletions

View File

@@ -314,16 +314,3 @@ void IfaceCheckApp::PrintStatistics(long secs)
LogMessage("total processing took %d seconds.", secs);
}
/*
HACK
*/
#include "wx/process.h"
#include "wx/unix/execute.h"
int wxAddProcessCallback(wxEndProcessData *, int )
{
return 0;
}