removed namespace
This commit is contained in:
parent
36396e97e9
commit
7e7d2a45b5
4 changed files with 24 additions and 33 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
yy::Parser::symbol_type yylex(yyscan_t yyscanner, yy::location &loc);
|
||||
|
||||
void dump_tokens(Elite::ParserCtx &ctx)
|
||||
void dump_tokens(ParserCtx &ctx)
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
|
|
@ -28,7 +28,7 @@ void dump_tokens(Elite::ParserCtx &ctx)
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
Elite::ParserCtx ctx;
|
||||
ParserCtx ctx;
|
||||
Configuration config(argc, argv);
|
||||
if (!config.valid)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue