summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-05-30 14:30:45 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-05-30 14:30:45 +0000
commitff0adf167b2e3460e75812c6003c4a897c4595fe (patch)
treeb759fbbe63fb8c6eaf66bd92c7a33ef31443e08d /pad.c
parent4a18dc28664f2e29af2105a7f018cb19013a4bbb (diff)
downloadperl-ff0adf167b2e3460e75812c6003c4a897c4595fe.tar.gz
[perl #29708] Problem with autouse (causing Perl to crash)
@_ sometimes wasn't getting created right p4raw-id: //depot/perl@22870
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pad.c b/pad.c
index 209eb0a71b..d7799c97a6 100644
--- a/pad.c
+++ b/pad.c
@@ -1523,6 +1523,9 @@ If has_args is true, give the new pad an @_ in slot zero.
=cut
*/
+/* XXX pad_push is now always called with has_args == 1. Get rid of
+ * this arg at some point */
+
void
Perl_pad_push(pTHX_ PADLIST *padlist, int depth, int has_args)
{