Allow consecutive multiple '_' in VST identifiers (Mvl).
This commit is contained in:
parent
64ad28d03e
commit
b1713c8533
|
@ -264,7 +264,7 @@ base_specifier (B|b|O|o|X|x)
|
|||
\/ {
|
||||
return(Slash);
|
||||
}
|
||||
{letter}(_?{letter_or_digit})* {
|
||||
{letter}(_|{letter_or_digit})* {
|
||||
int itoken;
|
||||
|
||||
itoken = search (yytext);
|
||||
|
|
Loading…
Reference in New Issue