Merge branch 'master' of github.com:steveicarus/iverilog

This commit is contained in:
Stephen Williams 2019-09-30 13:14:58 -07:00
commit 1d2259e0a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
%pure-parser
%define api.pure
%parse-param {const char*file_path}
%{

View File

@ -1,5 +1,5 @@
%pure-parser
%define api.pure
%lex-param { yyscan_t yyscanner }
%parse-param {yyscan_t yyscanner }
%parse-param {const char*file_path}