Glenn Fowler wrote: > I just grep'd through the ast source > the only direct reference is in the generated header <ast_sys.h> > but only if <sys/localedef.h> exists on the local system > I then grep'd for the sys/localedef.h identifier tokens (structs and types) > and got no hits > > I'm guessing there was some system that provided a macro there > but now I'm fairly certain its not necessary > > I dropped this line from src/lib/libast/features/sys > header sys/localedef.h > and there were no build problems on our build farms > so if <sys/localedef.h> slips in by other means its inconsequential > I followed up on my own post to almost this same effect.. On a fully open system you'll have to change 3 more lines to silence some warnings, but still was a lot less scary than I thought it would be.. Thanks for getting back to me Glenn.. This will save Moinak, J?rg and others like me time in the future..
./C