X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlintern.pod;h=d50cbbdf1445191fbeeed67253f2f645431688bc;hb=2601929893f334f18dbc48652b91b4acab6e8915;hp=48a433a8ace63c100de98b20779fe857a207d9df;hpb=e199e3bef188fd5eadcca420af186241e2773db1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 48a433a..d50cbbd 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -697,10 +697,10 @@ Found in file pad.c =item pad_push Push a new pad frame onto the padlist, unless there's already a pad at -this depth, in which case don't bother creating a new one. -If has_args is true, give the new pad an @_ in slot zero. +this depth, in which case don't bother creating a new one. Then give +the new pad an @_ in slot zero. - void pad_push(PADLIST *padlist, int depth, int has_args) + void pad_push(PADLIST *padlist, int depth) =for hackers Found in file pad.c