parselabel.l: Add ")" to list of forbidden characters in bus trailer: A[3:0])_xx

This commit is contained in:
stefan schippers 2023-09-17 22:54:17 +02:00
parent e5286a7f12
commit 306271e247
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ ID_EXT_PARENTHESIS ([-~"#+/=_a-zA-Z][-#!@\\/:.=_+a-zA-Z0-9]*\([-~"#!@\\/:.=_+a-z
}
/* end vector node index "...]" followed by trailing chars (excluding , and *) : A[33:31]_xx */
\]/[^*,] {
\]/[^*,)] {
if(parselabel_debug >= 3) fprintf(errfp, "yylex(): close bracket2: %s\n", yytext);
BEGIN(trailer);