mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Added line to expect shift/reduce errors in parse.in
This is the resolution that Gregor brought up in December, 2010 on the bro-dev list.
This commit is contained in:
parent
ef1650f6a2
commit
b7b29c6f92
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
%}
|
||||
|
||||
%expect 71
|
||||
|
||||
%token TOK_ADD TOK_ADD_TO TOK_ADDR TOK_ALARM TOK_ANY
|
||||
%token TOK_ATENDIF TOK_ATELSE TOK_ATIF TOK_ATIFDEF TOK_ATIFNDEF
|
||||
%token TOK_BOOL TOK_BREAK TOK_CASE TOK_CONST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue