/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation "srcparser.h"
-#pragma interface
+# pragma implementation "srcparser.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wx.h"
#endif
-#include <malloc.h>
+#ifndef __DARWIN__
+# include <malloc.h>
+#endif
#include <stdio.h>
#include "srcparser.h"
mpParent->RemoveChild( this );
else
// context should have a parent
- wxASSERT(0);
+ wxFAIL_MSG("Context should have a parent");
}
spContext* spContext::GetOutterContext()