1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/hp48xgcc/files/patch-class+LKV+assert_lkv.h
Alexey Dokuchaev f03bedcae2 Add HP48-xgcc 1.0.2, GNU C cross-compiler for HP48 calculators.
Now one step closer porting BSD on my HP48GX.  ;-)
2006-02-20 13:18:26 +00:00

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 */