X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e..85c342932c60954a7e1c9430742bfff2b28c31a8:/win32_test_app/include/TDefs.h diff --git a/win32_test_app/include/TDefs.h b/win32_test_app/include/TDefs.h index e0852f0fa9..bd7a33817f 100644 --- a/win32_test_app/include/TDefs.h +++ b/win32_test_app/include/TDefs.h @@ -33,7 +33,7 @@ typedef int ssize_t; /* Asserts that a condition is true.*/ #define ASSERT(c) assert(c) /* Asserts that a pointer is not NULL.*/ -#define ASSERT_NOT_NULL(p) assert(NULL != p) +#define ASSERT_NOT_NULL(p) assert(NULL != (p)) /* Error number type (int) */ #ifndef __ERRNO_TYPE_DEFINED