From: Nick Bowler Date: Fri, 7 Feb 2020 04:20:16 +0000 (-0500) Subject: Ensure all sources include first. X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/commitdiff_plain/154af5b3783df5a53759b700db95b88a1e9365ab?hp=154af5b3783df5a53759b700db95b88a1e9365ab Ensure all sources include first. Best practice with Autoconf is that 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. ---