yapf/blob.hpp
changeset 5081 fe3a6da19d9f
parent 4549 106ed18a7675
child 5082 d7719dfaa7e1
--- a/yapf/blob.hpp	Tue Nov 14 01:08:20 2006 +0000
+++ b/yapf/blob.hpp	Tue Nov 14 11:01:59 2006 +0000
@@ -32,7 +32,7 @@
 	} ptr_u;
 
 public:
-	ST_CONST(int, Ttail_reserve = 4); // four extra bytes will be always allocated and zeroed at the end
+	ST_CONST(int, Ttail_reserve = 4) // four extra bytes will be always allocated and zeroed at the end
 
 	FORCEINLINE CBlobBaseSimple() { InitEmpty(); }
 	FORCEINLINE CBlobBaseSimple(const CBlobBaseSimple& src)
@@ -169,7 +169,7 @@
 	typedef Titem_ Titem;
 	typedef Tbase_ Tbase;
 
-	ST_CONST(int, Titem_size = sizeof(Titem));
+	ST_CONST(int, Titem_size = sizeof(Titem))
 
 	FORCEINLINE CBlobT() : Tbase() {}
 	FORCEINLINE CBlobT(const Tbase& src) : Tbase(src) {assert((RawSize() % Titem_size) == 0);}