Fix compilation issues:
[SXSI/XMLTree.git] / bpcore.c
index 6bc12bd..18e9cc9 100644 (file)
--- a/bpcore.c
+++ b/bpcore.c
 #define MBfirst(i) ((i) & (~(MB-1)))
 #define MBlast(i) ((i) | (MB-1))
 
-
-int blog(int x)
-{
-int l;
-  l = 0;
-  while (x>0) {
-    x>>=1;
-    l++;
-  }
-  return l;
-}
-
-
 pb getpat_preorder(pb *b)
 {
   return *b;