Create branch new-trunk to track developpement of trunk and allow to make non compati...
[SXSI/TextCollection.git] / lzindex / lztrie.c
index 2ac090a..7e4453d 100644 (file)
@@ -174,7 +174,7 @@ trieNode parentLZTrie (lztrie T, trieNode i)
  { 
     if (i == ROOT) return NULLT; // parent of root
     if (T->boost[T->letters[i-rank(T->pdata->bdata,i)]] == i) return ROOT;
-    return _enclose (T->pdata,i);
+    return enclose (T->pdata,i);
  }
 
        // subtree size