From: Tom Lane Date: Mon, 4 Nov 2002 14:22:32 +0000 (+0000) Subject: Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch X-Git-Tag: REL7_3~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c14b72577c4fdf0e38fc7944e7953c4901a686ac;p=thirdparty%2Fpostgresql.git Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch from Andreas. --- diff --git a/src/backend/bootstrap/bootscanner.l b/src/backend/bootstrap/bootscanner.l index 7e5a269775d..f0c1027c88c 100644 --- a/src/backend/bootstrap/bootscanner.l +++ b/src/backend/bootstrap/bootscanner.l @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.26 2002/11/01 22:52:33 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.27 2002/11/04 14:22:32 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -40,10 +40,10 @@ #include "utils/nabstime.h" #include "utils/rel.h" -#include "bootstrap_tokens.h" +/* Not needed now that this file is compiled as part of bootparse. */ +/* #include "bootstrap_tokens.h" */ -YYSTYPE yylval; int yyline; /* keep track of the line number for error reporting */ %}