BLI_utildefines: sync w/ 2.8

This commit is contained in:
Campbell Barton
2017-11-15 23:06:34 +11:00
parent 474362b363
commit 9c7b89241d

View File

@@ -609,6 +609,9 @@ extern bool BLI_memory_is_zero(const void *arr, const size_t arr_size);
/* BLI_assert(), default only to print
* for aborting need to define WITH_ASSERT_ABORT
*/
/* For 'abort' only. */
#include <stdlib.h>
#ifndef NDEBUG
# include "BLI_system.h"
# ifdef WITH_ASSERT_ABORT