Update comment in gramparse.h

src/common/keywords.c hasn't included this header since afb0d0712.
This commit is contained in:
John Naylor 2022-08-18 09:45:05 +07:00
parent c920fe4818
commit 3f5dbcb5fe
1 changed files with 1 additions and 1 deletions

View File

@ -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,
* ie, 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.
*
*