From 5e5a4074cead1783b7df995d432be67403c184a7 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 13 Sep 2019 15:22:55 -0400 Subject: [PATCH] added option to use throwing assert or real assert --- src/throw_assert.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/throw_assert.h b/src/throw_assert.h index 261bd4b..ff0a936 100644 --- a/src/throw_assert.h +++ b/src/throw_assert.h @@ -8,3 +8,4 @@ #include <assert.h> #define throw_assert(a) { assert(a); } #endif +#endif -- GitLab