]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/srcparser.cpp
fixed array tests compilation and a bug in obj array test
[wxWidgets.git] / utils / HelpGen / src / srcparser.cpp
index 2875d4404067dbe02e61e8d1173a9da420d2227b..b0c12f40f4112926274ce8e6ce37874f7209e9bf 100644 (file)
@@ -24,7 +24,7 @@
 #include "wx/wx.h"
 #endif
 
-#ifdef HAVE_MALLOC_H
+#ifndef __DARWIN__
 #  include <malloc.h>
 #endif
 #include <stdio.h>
@@ -346,7 +346,7 @@ void spContext::RemoveThisContext()
         mpParent->RemoveChild( this );
     else
         // context should have a parent
-        wxASSERT(0);
+        wxFAIL_MSG("Context should have a parent");
 }
 
 spContext* spContext::GetOutterContext()