Arrange to compile flex output files as inclusions into other files

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cab9437a43db6b233e2308aeb71a0b3bac600410
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-11-01T22:52:34Z
Releases: 7.3.1
Arrange to compile flex output files as inclusions into other files
(usually bison output files), not as standalone files.  This hack
works around flex's insistence on including <stdio.h> before we are
able to include postgres.h; postgres.h will already be read before
the compiler starts to read the flex output file.  Needed for largefile
support on some platforms.

Files