In pp_sys.c, change some calls to a static so that they don't call the S_ func directly. Then, in toke.c, do the same thing with S_printbuf(), which I also put into embed.fnc so that we get GCC attribute checking. A make regen is required. xoxo, Andy
Re: Proper use of static funcs in toke.c and pp_sys.c