__assert_util is not defined on macosx

- use the HHVM assert_util implementation on OSX
Esse commit está contido em:
Sean Cannella
2013-06-26 14:51:18 -07:00
commit de Sara Golemon
commit 0a80f93ea4
+1 -1
Ver Arquivo
@@ -86,7 +86,7 @@ inline void assert_fail(const char* e,
const char* file,
unsigned int line,
const char* func) {
#ifndef NDEBUG
#if !defined(NDEBUG) && !defined(__APPLE__)
__assert_fail(e, file, line, func);
#else
extern void impl_assert_fail(const char*,