From c14b72577c4fdf0e38fc7944e7953c4901a686ac Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 4 Nov 2002 14:22:32 +0000 Subject: [PATCH] Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch from Andreas. --- src/backend/bootstrap/bootscanner.l | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/bootstrap/bootscanner.l b/src/backend/bootstrap/bootscanner.l index 7e5a269775..f0c1027c88 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 */ %}