Don't redefine SLJIT_HALT_PROCESS().

This commit is contained in:
alnsn 2014-06-17 17:30:48 +00:00
parent 33abe179f5
commit 176098a445
1 changed files with 0 additions and 2 deletions

View File

@ -488,8 +488,6 @@ SLJIT_API_FUNC_ATTRIBUTE void sljit_free_unused_memory_exec(void);
#include <assert.h>
#include <stdlib.h>
#define SLJIT_HALT_PROCESS() abort()
#define SLJIT_ASSERT(x) assert(x)
#endif /* !SLJIT_ASSERT */