bottom up run works for text nodes
[SXSI/xpathcomp.git] / SXSIStorageInterface.h
index 807fc79..943a000 100644 (file)
 
 #include "XMLTree.h"
 #include "StorageInterface.h"
+extern "C" {
+#include <caml/mlvalues.h>
+#include <caml/alloc.h>
+#include <caml/memory.h>
+#include <caml/callback.h>
+#include <caml/fail.h>
+#include <caml/custom.h>
+  
 
+} //extern C
 
 using namespace std;
 
@@ -29,6 +38,7 @@ class SXSIStorageInterface: public StorageInterface
        virtual void printStats();
        
  private:
+
        XMLTree* tree;
        int _new_text;
        int _new_empty_text;