Create a branch by copying library-split to avoid having to merge from git.
[SXSI/TextCollection.git] / lzindex / parentheses.c
index 15c8a92..abb0a17 100644 (file)
@@ -275,7 +275,7 @@ uint excess (parentheses P, uint i)
         // open position of closest parentheses pair that contains the pair
         // that opens at i, ~0 if no parent
 
-uint enclose (parentheses P, uint i)
+uint _enclose (parentheses P, uint i)
 
    { if (i == 0) return ~0; // no parent!
      return findparent (P,i);