corda/src/stdc++.cpp
Joel Dice 3ba88c12b0 copy makefile, stdc++.cpp, and type-generator.cpp from mess project
and began customizing them for this project
2007-06-03 17:16:07 -06:00

14 lines
121 B
C++

#include "stdlib.h"
extern "C" void
__cxa_pure_virtual(void)
{
abort();
}
void
operator delete(void*)
{
abort();
}