mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* src/scan-gram.l (id): Can start with an underscore.
This commit is contained in:
@@ -90,7 +90,7 @@ static void handle_at PARAMS ((braced_code_t code_kind,
|
||||
%x SC_ESCAPED_STRING SC_ESCAPED_CHARACTER
|
||||
%x SC_BRACED_CODE SC_PROLOGUE SC_EPILOGUE
|
||||
|
||||
id [.a-zA-Z][.a-zA-Z_0-9]*
|
||||
id [.a-zA-Z_][.a-zA-Z_0-9]*
|
||||
int [0-9]+
|
||||
eols (\n|\r|\n\r|\r\n)+
|
||||
blanks [ \t\f]+
|
||||
|
||||
Reference in New Issue
Block a user