From: John Naylor Date: Thu, 18 Aug 2022 02:45:05 +0000 (+0700) Subject: Update comment in gramparse.h X-Git-Tag: REL_16_BETA1~1950 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f5dbcb5fe0bd68df7e5de5e95e10b3b892c43b2;p=thirdparty%2Fpostgresql.git Update comment in gramparse.h src/common/keywords.c hasn't included this header since afb0d0712. --- diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index d9d4ac57ec0..41b753a96c6 100644 --- 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, - * 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. * *