mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f03bedcae2
Now one step closer porting BSD on my HP48GX. ;-)
21 lines
364 B
C
21 lines
364 B
C
--- 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 */
|