Advertisement
mechanicker

system/tools/aidl

Apr 13th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. commit 63f73a499aed0357a186983f346bd15bbf871b46
  2. Author: Dhruva Krishnamurth <dhruvakm@gmail.com>
  3. Date: Fri Apr 13 20:52:11 2018 -0700
  4.  
  5. Fix build on darwin
  6.  
  7. Change-Id: I1e8ce5d399faafd0fc121f7066959891d175762b
  8.  
  9. diff --git a/aidl_language_y.yy b/aidl_language_y.yy
  10. index f802362..0a025d6 100644
  11. --- a/aidl_language_y.yy
  12. +++ b/aidl_language_y.yy
  13. @@ -14,7 +14,6 @@ int yylex(yy::parser::semantic_type *, yy::parser::location_type *, void *);
  14. %parse-param { Parser* ps }
  15. %lex-param { void *lex_scanner }
  16.  
  17. -%pure-parser
  18. %skeleton "glr.cc"
  19.  
  20. %union {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement