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.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c14b72577c4fdf0e38fc7944e7953c4901a686ac;p=users%2Fc2main%2Fpostgres.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 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 */ %}