ossp-pkg/uuid/uuid_bm.h 1.2 -> 1.3
--- uuid_bm.h 2004/01/15 13:41:36 1.2
+++ uuid_bm.h 2004/01/15 15:36:51 1.3
@@ -62,7 +62,7 @@
/* generate the value 2^n */
#define BM_POW2(n) \
- BM_BIT(1,n)
+ BM_BIT(n,1)
/* shift word w k bits to the left or to the right */
#define BM_SHL(w,k) \
|
|