]> git.saurik.com Git - cycript.git/blobdiff - Exception.hpp
Check for APR and GNU make.
[cycript.git] / Exception.hpp
index a6aa5ef331c953d90779a7483170a2e01886fe43..286fdeb3fc7ba44a29983ef34b2746a55eb1e0dc 100644 (file)
@@ -74,6 +74,8 @@ void CYThrow(JSContextRef context, JSValueRef value);
         return NULL; \
     }
 
+// XXX: fix this: _ is not safe; this is /not/ Menes ;P
+#undef _assert
 #define _assert(test, args...) do { \
     if (!(test)) \
         CYThrow("*** _assert(%s):%s(%u):%s [errno=%d]", #test, __FILE__, __LINE__, __FUNCTION__, errno); \