diff --git a/C/exo.c b/C/exo.c index ac393b7ab..e7405b3a5 100644 --- a/C/exo.c +++ b/C/exo.c @@ -143,6 +143,7 @@ INSERT(CELL *cl, struct index_t *it, UInt arity, UInt base, UInt hash0, UInt bnd if (bnds[k]) { if (*target != cl[k]) { /* found a new forking point */ + // printf("j=%ld hash0=%ld cl[j]=%lx\n", j, hash0, cl[j]); INSERT(cl, it, arity, k, hash0, bnds); return; }