Skip to content
Snippets Groups Projects
Commit cab9437a authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 1e970dce
No related branches found
No related tags found
Loading
Showing
with 70 additions and 29 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment