|
|
@@ -38,5 +38,5 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
#define CE_ASSERT(...) ((void)0)
|
|
|
#endif
|
|
|
|
|
|
-#define CE_ASSERT_NOT_NULL(x) CE_ASSERT(x != NULL, "Parameter must be not null")
|
|
|
+#define CE_ASSERT_NOT_NULL(x) CE_ASSERT(x != NULL, #x "must be not null")
|
|
|
#define CE_FATAL(msg) CE_ASSERT(false, msg)
|