Vladimir Lipskiy <[EMAIL PROTECTED]> wrote:
> if (run_pbc == 2) {
> + fclose(yyin);
> pf = Parrot_readbc(interpreter, sourcefile);
> if (!pf)
> fatal(1, "main", "Packfile loading failed\n");
> Parrot_loadbc(interpreter, pf);
> - fclose(yyin);Looks good. I'll commit that. (WRT other Win IO patches: Yes I don't want to interfer with Juergen's work on IO, 3-way rediffing is a PITA :) Thanks, leo
