This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let barewords look up our subs
[perl5.git] / perly.c
diff --git a/perly.c b/perly.c
index 5fb2d72..c83a932 100644 (file)
--- a/perly.c
+++ b/perly.c
@@ -522,8 +522,6 @@ Perl_yyparse (pTHX_ int gramtype)
        }
 
        YYDSYMPRINTF ("Error: discarding", yytoken, &parser->yylval);
-       if (yy_type_tab[yytoken] == toketype_opval)
-           op_free(parser->yylval.opval);
        parser->yychar = YYEMPTY;
 
     }