mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Refactor yylex func
This commit is contained in:
+1
-5
@@ -5312,12 +5312,8 @@ parser_yylex(parser_state *p)
|
||||
static int
|
||||
yylex(void *lval, parser_state *p)
|
||||
{
|
||||
int t;
|
||||
|
||||
p->ylval = lval;
|
||||
t = parser_yylex(p);
|
||||
|
||||
return t;
|
||||
return parser_yylex(p);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user