Rename all of bro lexer methods and such

This commit is contained in:
Tim Wojtulewicz 2022-06-28 16:03:41 -07:00
parent 8829292c0c
commit d875ad1a96
5 changed files with 8 additions and 8 deletions

View file

@ -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)];