mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Rename all of bro lexer methods and such
This commit is contained in:
parent
8829292c0c
commit
d875ad1a96
5 changed files with 8 additions and 8 deletions
|
@ -114,7 +114,7 @@ extern bool current_file_has_conditionals;
|
|||
|
||||
extern YYLTYPE GetCurrentLocation();
|
||||
extern int yyerror(const char[]);
|
||||
extern int brolex();
|
||||
extern int zeeklex();
|
||||
|
||||
#define YYLLOC_DEFAULT(Current, Rhs, N) \
|
||||
(Current) = (Rhs)[(N)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue