We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf6b4f commit c14b725Copy full SHA for c14b725
src/backend/bootstrap/bootscanner.l
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $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 $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -40,10 +40,10 @@
40
#include "utils/nabstime.h"
41
#include "utils/rel.h"
42
43
-#include "bootstrap_tokens.h"
+/* Not needed now that this file is compiled as part of bootparse. */
44
+/* #include "bootstrap_tokens.h" */
45
46
-YYSTYPE yylval;
47
int yyline; /* keep track of the line number for error reporting */
48
49
%}
0 commit comments