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