From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/ ontrib/cube/Makefile ontrib/cube ... |
Date: | 2002-11-01 22:52:34 |
Message-ID: | 20021101225234.25E30476D54@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/11/01 17:52:34
Modified files:
contrib/cube : Makefile cubeparse.y
contrib/seg : Makefile segparse.y
contrib/tsearch: Makefile query.c
src/backend/bootstrap: Makefile bootparse.y bootscanner.l
src/backend/parser: Makefile gram.y
src/backend/utils/misc: Makefile guc.c
src/interfaces/ecpg/preproc: Makefile preproc.y
src/pl/plpgsql/src: Makefile gram.y
Log message:
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.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2002-11-01 22:53:05 | pgsql-server/doc TODO |
Previous Message | Tom Lane | 2002-11-01 22:46:04 | pgsql-server/contrib btree_gist/expected/btree ... |