Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e68e8c0 authored by Dan Willemsen's avatar Dan Willemsen Committed by Steven Moreland
Browse files

Updates for bison 3.5

%pure-parser isn't necessary for C++ parsers

Bug: 31194194
Test: treehugger
Change-Id: I31b31941245da5e7f6ac31400c321938b9028d05
parent 23604ea8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@
%parse-param { Declarations* decls }
%lex-param { void* scanner }

%pure-parser
%glr-parser
%skeleton "glr.cc"

%expect-rr 0

%debug
%error-verbose
%define parse.error verbose
%locations
%verbose

%union {