X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/03b35a9a1bd1f583e32b27d260b223a0989d6c75..5224670fe4e903bd507eabd486f8723353893bfa:/types.h diff --git a/types.h b/types.h index 7ab04cc..797ccf0 100644 --- a/types.h +++ b/types.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -105,8 +106,8 @@ operator<<(std::ostream & o, const A & a) { return o << "[" << implode(a, ", ") << "]"; } -#include "verify.h" -#include "threaded_log.h" +#include +#define VERIFY(expr) { if (!(expr)) abort(); } // struct tuple adapter, useful for marshalling and endian swapping. usage: //