fix wxOutOfMemory return

svn: r12224
This commit is contained in:
Matthew Flatt 2008-11-03 12:45:44 +00:00
parent a2babc6045
commit 10f794defd

View File

@ -3165,6 +3165,7 @@ static void MrEdOutOfMemory(void)
void *wxOutOfMemory()
{
scheme_out_of_memory_abort();
return NULL;
}
extern "C" {