]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Arrange to compile flex output files as inclusions into other files
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 22:52:34 +0000 (22:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 22:52:34 +0000 (22:52 +0000)
commitcab9437a43db6b233e2308aeb71a0b3bac600410
tree280ba825388918ace298e05f4d306b9cf71847ae
parent1e970dcee821fbf6b1fa2aa64765ca762e0491f7
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.
17 files changed:
contrib/cube/Makefile
contrib/cube/cubeparse.y
contrib/seg/Makefile
contrib/seg/segparse.y
contrib/tsearch/Makefile
contrib/tsearch/query.c
src/backend/bootstrap/Makefile
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/parser/Makefile
src/backend/parser/gram.y
src/backend/utils/misc/Makefile
src/backend/utils/misc/guc.c
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/preproc.y
src/pl/plpgsql/src/Makefile
src/pl/plpgsql/src/gram.y