SHA256
1
0
forked from pool/bison

Accepting request 848603 from home:AndreasStieger:branches:devel:tools:compiler

GNU bison 3.7.4

OBS-URL: https://build.opensuse.org/request/show/848603
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=101
This commit is contained in:
2020-11-14 18:38:01 +00:00
committed by Git OBS Bridge
parent 79ab9f921e
commit e06405ea78
6 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 14 16:55:12 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- GNU bison 3.7.4:
* In Yacc mode, YYEMPTY token was missing its macro definiton
* Fix lalr1.cc skeleton internal assertions
* Make macro YY_ASSERT obey the api.prefix %define variable
* Work around C++ limitations for long assertions
* The YYBISON macro in generated "regular C parsers" is now
defined to the version of Bison as an integer
-------------------------------------------------------------------
Tue Oct 13 13:25:23 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>