X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=lzindex%2Fparentheses.c;h=abb0a17593bc24d380b67d063569cc5b5cfad0dd;hb=6ba83dea468496a31eb57bdbac9b257a5a191a26;hp=15c8a92258d07034e5e658213aa08da4f68e685f;hpb=a56dda3a95d2df268969bd3c2c994b5d2f020410;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);