From c9956dca66cd54e6ae48aff4131b749304d77340 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 27 Nov 2014 19:25:18 -0800 Subject: pad.c apidocs: Note the separate state for state --- pad.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pad.c') 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 -- cgit v1.2.1