X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=lzindex%2Fparentheses.c;h=abb0a17593bc24d380b67d063569cc5b5cfad0dd;hb=72aa11ca7df7975f650344e8904a1a690be2480e;hp=15c8a92258d07034e5e658213aa08da4f68e685f;hpb=46d3fee70e7e9576c4cc8af46cd66c1c8eceb1e9;p=SXSI%2FTextCollection.git diff --git a/lzindex/parentheses.c b/lzindex/parentheses.c index 15c8a92..abb0a17 100644 --- a/lzindex/parentheses.c +++ b/lzindex/parentheses.c @@ -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);