freebsd-ports/devel/stlport/files/patch-stlport::stl::_bvector.h
Pav Lucistnik e8f0564a71 - Update to 4.6.2
PR:		ports/73604
Submitted by:	Sepherosa Ziehau <sepherosa@softhome.net>
Approved by:	maintainer timeout (2 weeks)
2004-11-20 16:03:49 +00:00

12 lines
278 B
C

--- stlport/stl/_bvector.h.orig Sun Nov 2 16:59:07 2003
+++ stlport/stl/_bvector.h Sun Oct 31 16:48:31 2004
@@ -34,7 +34,9 @@
# include <stl/_vector.h>
# endif
+#ifndef __WORD_BIT
#define __WORD_BIT (int(CHAR_BIT*sizeof(unsigned int)))
+#endif
_STLP_BEGIN_NAMESPACE