Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with Bison versions older than 3.6.
"%define parse.error detailed" is changed to "%define parse.error verbose" as the former is not supported by Bison versions older than 3.6, while the latter produces good enough syntax error messages.
- Loading branch information