diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-01-02 19:44:23 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-01-02 19:44:23 +0000 |
commit | 93c535ac3c07a4674324635bcb8ecc089468009f (patch) | |
tree | 688f97d73c5f10beac184a7986ddcbae306c1027 /perly.c | |
parent | ba2fdce662d9a18bdc2020e77aeaf62e95c35c7c (diff) | |
download | perl-93c535ac3c07a4674324635bcb8ecc089468009f.tar.gz |
fix -Mad build breakage
p4raw-id: //depot/perl@29667
Diffstat (limited to 'perly.c')
-rw-r--r-- | perly.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -296,6 +296,7 @@ S_clear_yystack(pTHX_ const yy_parser *parser) /* delete a parser object */ +#ifndef PERL_IN_MADLY_C void Perl_parser_free(pTHX_ const yy_parser *parser) { @@ -303,7 +304,7 @@ Perl_parser_free(pTHX_ const yy_parser *parser) Safefree(parser->stack); PL_parser = parser->old_parser; } - +#endif /*----------. | yyparse. | |