diff options
Diffstat (limited to 'perly.c')
-rw-r--r-- | perly.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -348,7 +348,7 @@ Perl_yyparse (pTHX) ps = parser->ps; ENTER; /* force parser free before we return */ - SAVEDESTRUCTOR_X(Perl_parser_free, (void*) parser); + SAVEPARSER(parser); /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | |