summaryrefslogtreecommitdiff
path: root/devel/hp48xgcc/files/patch-class+LKV+AllocBuf.h
blob: cce3aeb1fce9b1fe977997c15265f36f3ae67164 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 */