diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-27 19:25:18 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-30 11:48:40 -0800 |
commit | c9956dca66cd54e6ae48aff4131b749304d77340 (patch) | |
tree | 0cc37e41aa61e44373057abe600ab577306c1aa8 /pad.c | |
parent | ea7cbc5a3c6d450b4cef9c4243ab3e5d50f6ac16 (diff) | |
download | perl-c9956dca66cd54e6ae48aff4131b749304d77340.tar.gz |
pad.c apidocs: Note the separate state for state
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |