parselabel.l: Add ")" to list of forbidden characters in bus trailer: A[3:0])_xx
This commit is contained in:
parent
e5286a7f12
commit
306271e247
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue