aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */
%}