diff options
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 48a433a8ac..d50cbbdf14 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 |