summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parse.y6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/parse.y b/src/parse.y
index b47819105..644250079 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -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