Skip to content

Commit

Permalink
Upgraded Bison to 3.4 (built from source). Silenced warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
blais committed Jun 1, 2019
1 parent e1c1eaf commit 5bec683
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 215 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Note: This file contains a list changes in the 'default' branch.


2019-06-01

- Upgraded Bison to 3.4 (built from source). Silenced warnings.


2019-05-01

- Fixed #389: Patch for b.p.forecast improvements.
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ CROOT = beancount/parser
#LEX = flex -Ca
LEX = flex

YACC = bison --report=itemset --verbose
# Note: -Wno-deprecated silences warnings about old directives from upgrading to 3.4.
YACC = bison -Wno-deprecated --report=itemset --verbose
FILTERYACC = sed -e 's@/\*[ \t]yacc\.c:.*\*/@@'
TMP=/tmp

Expand Down
Loading

0 comments on commit 5bec683

Please sign in to comment.