Removed the naive text interface
[SXSI/XMLTree.git] / bp.h
diff --git a/bp.h b/bp.h
index 30c841e..41ed602 100644 (file)
--- a/bp.h
+++ b/bp.h
@@ -1,3 +1,6 @@
+#ifndef BP_H_
+#define BP_H_
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "darray.h"
@@ -156,3 +159,5 @@ extern int degtbl2[(2*ETW+1)*(1<<ETW)];
 extern int childtbl[(ETW)*(1<<ETW)];
 extern int depthtbl[(2*ETW+1)*(1<<ETW)];
 extern int childtbl2[2*ETW+1][ETW][(1<<ETW)];
+
+#endif