File: yacc_pure_parser.patch

package info (click to toggle)
android-platform-system-tools-aidl 1%3A7.0.0%2Br33-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 824 kB
  • sloc: cpp: 10,484; java: 732; yacc: 267; python: 107; lex: 102; makefile: 24; xml: 19
file content (14 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: api.pure declaration seems incompatible with Bison 3.x
Author: Kai-Chung Yan (殷啟聰)
Last-Update: 2016-09-28
Forwarded: not-needed
--- a/aidl_language_y.yy
+++ b/aidl_language_y.yy
@@ -14,7 +14,6 @@
 %parse-param { Parser* ps }
 %lex-param { void *lex_scanner }
 
-%pure-parser
 %skeleton "glr.cc"
 
 %union {