X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=lzindex%2Fparentheses.h;fp=lzindex%2Fparentheses.h;h=b1a821a7007bdcba8e4b1f169592894e7f63a032;hb=72aa11ca7df7975f650344e8904a1a690be2480e;hp=05b6aaa8ac0186169ab5597fdde4ee9c55eae36a;hpb=46d3fee70e7e9576c4cc8af46cd66c1c8eceb1e9;p=SXSI%2FTextCollection.git diff --git a/lzindex/parentheses.h b/lzindex/parentheses.h index 05b6aaa..b1a821a 100644 --- a/lzindex/parentheses.h +++ b/lzindex/parentheses.h @@ -35,7 +35,7 @@ uint findopen (parentheses P, uint i); 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); uint sizeofParentheses(parentheses P); #endif