freebsd-ports/devel/hp48xgcc/files/patch-class+LKV+AllocBuf.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

11 lines
311 B
C

--- class/LKV/AllocBuf.h 3 Nov 2004 06:57:51 -0000 1.1
+++ class/LKV/AllocBuf.h 3 Nov 2004 07:25:07 -0000 1.2
@@ -141,6 +141,6 @@
#define LAZYSTATIC(CLNAME) \
AllocBuf CLNAME::ab_static(sizeof(CLNAME),#CLNAME);
-#endif NO_LAZY_ALLOC
+#endif /* NO_LAZY_ALLOC */
-#endif AllocBuf_h
+#endif /* AllocBuf_h */