]> git.draconx.ca Git - gob-dx.git/commitdiff
Ensure all sources include <config.h> first.
authorNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 04:20:16 +0000 (23:20 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 04:24:11 +0000 (23:24 -0500)
Best practice with Autoconf is that <config.h> must be included before
any standard header, because configure tests may define macros to
influence those headers.

Now that we depend on flex we can use a %top block to achieve this in
the scanner.


No differences found