blob: 8272418b9f30fc6e621b7c2dc4b51b409fec02f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- class/LKV/assert_lkv.h 3 Nov 2004 06:57:51 -0000 1.1
+++ class/LKV/assert_lkv.h 3 Nov 2004 07:25:07 -0000 1.2
@@ -5,7 +5,7 @@
#undef NDEBUG
#ifndef DEBUG
#define NDEBUG
-#endif DEBUG
+#endif /* DEBUG */
#ifdef NDEBUG
#define assert(_EX)
@@ -20,6 +20,6 @@
} \
}
-#endif NDEBUG
+#endif /* NDEBUG */
-#endif assert_lkv_h
+#endif /* assert_lkv_h */
|