I have committed the following patch: diff -r -u parrot-orig/io/io.c parrot-andy/io/io.c --- parrot-orig/io/io.c Mon Nov 4 11:26:09 2002 +++ parrot-andy/io/io.c Mon Nov 4 12:02:22 2002 @@ -160,7 +160,7 @@ down = p->down; if (p->api->Delete) (*p->api->Delete) (p); - //mem_sys_free(p); + /* mem_sys_free(p); */ /* XXX ??? */ p = down; } mem_sys_free(GET_INTERP_IOD(interpreter)->table);
This should help the galactic-tcc tinderbox to work again. It would also be nice if someone who understood this could add comments to the file about the stuff that's commented-out (e.g. the line in question, as well as the #if 0/#endif sections.) -- Andy Dougherty [EMAIL PROTECTED]