summaryrefslogtreecommitdiff
path: root/include/sm/xtrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sm/xtrap.h')
-rw-r--r--include/sm/xtrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sm/xtrap.h b/include/sm/xtrap.h
index ed5de5348fe4..31ddd1d36982 100644
--- a/include/sm/xtrap.h
+++ b/include/sm/xtrap.h
@@ -25,9 +25,9 @@ extern SM_DEBUG_T SmXtrapReport;
# if SM_DEBUG_CHECK
# define sm_xtrap_check() (++SmXtrapCount == sm_debug_level(&SmXtrapDebug))
-# else /* SM_DEBUG_CHECK */
+# else
# define sm_xtrap_check() (0)
-# endif /* SM_DEBUG_CHECK */
+# endif
# define sm_xtrap_raise_x(exc) \
if (sm_xtrap_check()) \