]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgLP.mli
jet a change in dependences
[helm.git] / helm / software / helena / src / basic_rg / brgLP.mli
index 1fb878c17ac0888b1f94ca3b343aead0d3f05c8e..c56c6c079ad7bc4a1c3651185138412f71bc80fb 100644 (file)
@@ -9,6 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF MANAGER THEN
+
 val open_out_lp1: string -> Brg.manager
 
 val open_out_lp2: string -> Brg.manager
@@ -16,3 +18,5 @@ val open_out_lp2: string -> Brg.manager
 val open_out_tj2: string -> Brg.manager
 
 val open_out_tj3: string -> Brg.manager
+
+END