projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c920fe4
)
Update comment in gramparse.h
author
John Naylor
<
[email protected]
>
Thu, 18 Aug 2022 02:45:05 +0000
(09:45 +0700)
committer
John Naylor
<
[email protected]
>
Thu, 18 Aug 2022 02:45:05 +0000
(09:45 +0700)
src/common/keywords.c hasn't included this header since
afb0d0712
.
src/include/parser/gramparse.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/parser/gramparse.h
b/src/include/parser/gramparse.h
index d9d4ac57ec01e8eacc9c93d9c35ac9130e474740..41b753a96c62e3ac27e73123d321cca4341001c0 100644
(file)
--- a/
src/include/parser/gramparse.h
+++ b/
src/include/parser/gramparse.h
@@
-4,7
+4,7
@@
* Shared definitions for the "raw" parser (flex and bison phases only)
*
* NOTE: this file is only meant to be included in the core parsing files,
- * i
e, parser.c, gram.y, scan.l, and src/common/keywords.c
.
+ * i
.e., parser.c, gram.y, and scan.l
.
* Definitions that are needed outside the core parser should be in parser.h.
*
*