]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgGrafite.ml
we are optimizing the code by conditional compilation.
[helm.git] / helm / software / helena / src / basic_rg / brgGrafite.ml
index b1cfe21caf67a26a12d0031806555ea7c9bafbdb..6aa4ac34d75274dc236f4b6c4474d3ba07d68c32 100644 (file)
@@ -20,6 +20,8 @@ module E  = Entity
 module R  = Alpha
 module B  = Brg
 
+IFDEF MANAGER THEN
+
 (* Internal functions *******************************************************)
 
 let ok = ref true
@@ -125,3 +127,5 @@ let open_out fname =
    out_top_comment och (KP.sprintf "This file was generated by %s: do not edit" G.version_string);
    out_include och "basics/pts";
    output_entity och, close_out och
+
+END