aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-11-04 14:22:32 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-11-04 14:22:32 +0000
commitc14b72577c4fdf0e38fc7944e7953c4901a686ac (patch)
treece76018a7e23447d5d76fdbce928a1fe1ed8dc5c /src
parentfdf6b4ff936167388fc18276cbcf88c54dd0d3b7 (diff)
downloadpostgresql-c14b72577c4fdf0e38fc7944e7953c4901a686ac.tar.gz
postgresql-c14b72577c4fdf0e38fc7944e7953c4901a686ac.zip
Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch
from Andreas.
Diffstat (limited to 'src')
-rw-r--r--src/backend/bootstrap/bootscanner.l6
1 files changed, 3 insertions, 3 deletions
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 */
%}