We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed6ed3 commit a18b6d2Copy full SHA for a18b6d2
src/interfaces/ecpg/preproc/pgc.l
@@ -737,7 +737,7 @@ cppline {space}*#([^i][A-Za-z]*|{if}|{ifdef}|{ifndef}|{import})((\/\*[^*/]*\*+
737
}
738
<xui>{dquote} {
739
BEGIN(state_before_str_start);
740
- if (literallen == 2) /* "U&" */
+ if (literallen == 0)
741
mmerror(PARSE_ERROR, ET_ERROR, "zero-length delimited identifier");
742
/* The backend will truncate the identifier here. We do not as it does not change the result. */
743
base_yylval.str = psprintf("U&\"%s\"", literalbuf);
0 commit comments