mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Teaching bifcl to accept scoped IDs.
This commit is contained in:
parent
7abd8f177f
commit
0dbbee46ae
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ int check_c_mode(int t)
|
||||||
%}
|
%}
|
||||||
|
|
||||||
WS [ \t]+
|
WS [ \t]+
|
||||||
ID [A-Za-z_][A-Za-z_0-9]*
|
ID [A-Za-z_](([A-Za-z_0-9]|::)*[A-Za-z_0-9])?
|
||||||
ESCSEQ (\\([^\n]|[0-7]+|x[[:xdigit:]]+))
|
ESCSEQ (\\([^\n]|[0-7]+|x[[:xdigit:]]+))
|
||||||
|
|
||||||
%option nodefault
|
%option nodefault
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue