Skip to content

Commit 6af4a38

Browse files
authored
Odin: get verbose output from bison (#1403)
1 parent c62dcaf commit 6af4a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ODIN_II/SRC/verilog_bison.y

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ int yywrap(){ return 1;}
4242
int yylex(void);
4343

4444
%}
45+
/* give detailed errors */
46+
%define parse.error verbose
4547

4648
%locations
4749

0 commit comments

Comments
 (0)