projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ba2fdce
)
fix -Mad build breakage
Dave Mitchell [Tue, 2 Jan 2007 19:44:23 +0000 (19:44 +0000)]
p4raw-id: //depot/perl@29667
perly.c
patch
|
blob
|
blame
|
history
diff --git
a/perly.c
b/perly.c
index
af09290
..
94da31f
100644
(file)
--- a/
perly.c
+++ b/
perly.c
@@
-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. |