Fixed parameters
[SXSI/XMLTree.git] / bp.h
diff --git a/bp.h b/bp.h
index c4e05e4..f109026 100644 (file)
--- a/bp.h
+++ b/bp.h
 #define ETW 8   // width of excess lookup table
 #define W1 2    // branching factor
 
-#ifndef min
- #define min(x,y) ((x)<(y)?(x):(y))
-#endif
-#ifndef max
- #define max(x,y) ((x)>(y)?(x):(y))
-#endif
 
 
 typedef struct {
@@ -171,4 +165,5 @@ extern int childtbl[(ETW)*(1<<ETW)];
 extern int depthtbl[(2*ETW+1)*(1<<ETW)];
 extern int childtbl2[2*ETW+1][ETW][(1<<ETW)];
 
+
 #endif