Added package dependecies
[SXSI/xpathcomp.git] / tree.mli
index 6fa19b0..f3a4de6 100644 (file)
--- a/tree.mli
+++ b/tree.mli
@@ -32,7 +32,10 @@ end
 
 module Binary : BINARY
 
+IFDEF DEBUG
+THEN
 module DEBUGTREE : sig
   include BINARY
   val print_stats : Format.formatter -> unit
 end
+ENDIF