Skip to content

Commit c14b725

Browse files
committed
Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch
from Andreas.
1 parent fdf6b4f commit c14b725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/bootstrap/bootscanner.l

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.26 2002/11/01 22:52:33 tgl Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.27 2002/11/04 14:22:32 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -40,10 +40,10 @@
4040
#include "utils/nabstime.h"
4141
#include "utils/rel.h"
4242

43-
#include "bootstrap_tokens.h"
43+
/* Not needed now that this file is compiled as part of bootparse. */
44+
/* #include "bootstrap_tokens.h" */
4445

4546

46-
YYSTYPE yylval;
4747
int yyline; /* keep track of the line number for error reporting */
4848

4949
%}

0 commit comments

Comments
 (0)