Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1748)

Issue 12437044: lily/parser.yy: Use %define api.pure instead of %pure_parser (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by dak
Modified:
10 years, 6 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

lily/parser.yy: Use %define api.pure instead of %pure_parser %pure-parser would apparently still be supported by Bison 3.0, but it has been deprecated in Bison 2.6.2 already. It is not quite clear when the original %pure_parser (with underline instead of dash) has become deprecated: Bison 2 supports it still, Bison 3 doesn't. However, we should probably make sure that GUB is fine with this: I don't know when the api.pure define was established and what Bison version we have in GUB.

Patch Set 1 #

Patch Set 2 : Use %pure-parser in order not to be stalled on GUB updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M lily/parser.yy View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1
dak
10 years, 9 months ago (2013-08-06 13:08:23 UTC) #1
Use %pure-parser in order not to be stalled on GUB updates
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b