removed namespace
This commit is contained in:
parent
36396e97e9
commit
7e7d2a45b5
4 changed files with 24 additions and 33 deletions
|
|
@ -32,7 +32,7 @@ yy::Parser::symbol_type yylex(void* yyscanner, yy::location& loc);
|
|||
* provides a simple but effective pure interface, not relying on global
|
||||
* variables. */
|
||||
%lex-param {void *scanner} {yy::location& loc}
|
||||
%parse-param {void *scanner} {yy::location& loc} { class Elite::ParserCtx& ctx }
|
||||
%parse-param {void *scanner} {yy::location& loc} { class ParserCtx& ctx }
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue