summaryrefslogtreecommitdiff
path: root/include/sm/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sm/heap.h')
-rw-r--r--include/sm/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sm/heap.h b/include/sm/heap.h
index 152e3672fcc45..369894e9cd159 100644
--- a/include/sm/heap.h
+++ b/include/sm/heap.h
@@ -25,7 +25,7 @@
/* change default to 0 for production? */
# ifndef SM_HEAP_CHECK
# define SM_HEAP_CHECK 1
-# endif /* ! SM_HEAP_CHECK */
+# endif
# if SM_HEAP_CHECK
# define sm_malloc_x(sz) sm_malloc_tagged_x(sz, __FILE__, __LINE__, SmHeapGroup)