Change 30005 by [EMAIL PROTECTED] on 2007/01/26 12:01:34
Remove spurious PERL_UNUSED_ARG()s that somehow don't cause errors
round here, but make cause all sorts of problems elsewhere.
Affected files ...
... //depot/maint-5.8/perl/regcomp.c#93 edit
Differences ...
==== //depot/maint-5.8/perl/regcomp.c#93 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c#92~29999~ 2007-01-26 03:02:10.000000000 -0800
+++ perl/regcomp.c 2007-01-26 04:01:34.000000000 -0800
@@ -4505,9 +4505,6 @@
S_regtail(pTHX_ const RExC_state_t *pRExC_state, regnode *p, const regnode
*val)
{
register regnode *scan;
-#ifndef DEBUGGING
- PERL_UNUSED_ARG(depth);
-#endif
if (SIZE_ONLY)
return;
@@ -4843,7 +4840,6 @@
PERL_UNUSED_CONTEXT;
PERL_UNUSED_ARG(sv);
PERL_UNUSED_ARG(o);
- PERL_UNUSED_ARG(prog);
#endif /* DEBUGGING */
}
End of Patch.