>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes:

 > I installed this:
 > 2005-12-09  Paul Eggert  <[EMAIL PROTECTED]>

 >      Work around portability problem on Solaris 10: flex-generated
 >      files include <stdio.h> before <config.h>, which messes up
 >      because the latter defines __EXTENSIONS__.  Address the problem
 >      by creating two new little files that include <config.h> first,
 >      then include the flex-generated files.  Rewrite everyone else
 >      to include <config.h> first, as well.

I have not understood why you removed config.h from system.h.  If the
issue was multiple inclusion, maybe we'd rather protect config.h
against multiple inclusion (e.g., AH_TEMPLATE_BEFORE/AFTER IIRC), or
even generate config_.h, and have a config.h that includes it bw cpp
guards.



Reply via email to