File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ benchmark:
16
16
17
17
# --- Below only needed for releasing new versions
18
18
19
- LIB_PG_QUERY_TAG = c492b8f6fa54811fb194b6964055bb7d480f8c91
19
+ LIB_PG_QUERY_TAG = 43bad3cbcd1a70a30494b64f464c3f60579884ed
20
20
21
21
root_dir := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
22
22
LIB_TMPDIR = $(root_dir ) /tmp
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ PgQueryScanResult pg_query_scan(const char* input)
93
93
output_tokens [i ] = malloc (sizeof (PgQuery__ScanToken ));
94
94
pg_query__scan_token__init (output_tokens [i ]);
95
95
output_tokens [i ]-> start = yylloc ;
96
- if (tok == SCONST || tok == BCONST || tok == XCONST || tok == IDENT || tok == C_COMMENT ) {
96
+ if (tok == SCONST || tok == USCONST || tok == BCONST || tok == XCONST || tok == IDENT || tok == UIDENT || tok == C_COMMENT ) {
97
97
output_tokens [i ]-> end = yyextra .yyllocend ;
98
98
} else {
99
99
output_tokens [i ]-> end = yylloc + ((struct yyguts_t * ) yyscanner )-> yyleng_r ;
You can’t perform that action at this time.
0 commit comments