summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-27 19:25:18 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-30 11:48:40 -0800
commitc9956dca66cd54e6ae48aff4131b749304d77340 (patch)
tree0cc37e41aa61e44373057abe600ab577306c1aa8 /pad.c
parentea7cbc5a3c6d450b4cef9c4243ab3e5d50f6ac16 (diff)
downloadperl-c9956dca66cd54e6ae48aff4131b749304d77340.tar.gz
pad.c apidocs: Note the separate state for state
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index 6707542d3f..229d69ab11 100644
--- a/pad.c
+++ b/pad.c
@@ -116,7 +116,8 @@ to be generated in evals, such as
{ my $x = 1; sub f { eval '$x'} } f();
-For state vars, SVs_PADSTALE is overloaded to mean 'not yet initialised'.
+For state vars, SVs_PADSTALE is overloaded to mean 'not yet initialised',
+but this internal state is stored in a separate pad entry.
=for apidoc AmxU|PADNAMELIST *|PL_comppad_name