On Mon, 5 Feb 2007 13:37:40 -0500 James Carlson wrote: > How is it possible that AST is so dependent on system internals that > use if <sys/isa_defs.h> "screws-up" the compilation?
a header need not be directly included to foul up the works in an attempt to make some standards/extensions visible this header ended up tagging along and brought with it some unexpected macros/typedefs/prototypes if the iffe ("configure") scripts didn't see this header at build time, or if non-standard symbols happen to clash with ast implementation symbols, then conflicts could arise -- Glenn Fowler -- AT&T Research, Florham Park NJ --