Am Mittwoch, 18. Oktober 2006 17:20 schrieb Kevin Tew: > Working code with test. > > I stole PBC_POSTCOMP's flag for the short term.
That's an unfortunate decision. There are load-time flags and run-time flags. You can just take one of the runtime-flags. I'd propose you use: SUB_FLAG_TAILCALL = PObj_private2_FLAG, /* runtime usage */ SUB_FLAG_PF_INIT = PObj_private2_FLAG, /* loadtime usage */ A part from that, the patch is looking good to me. Re: compilers/imcc/main.c:476: error: ‘INIT’ undeclared (first use in this function) this could be a missing dependency or bogus make rule. Does it work after make realclean? HTH, leo