From ed874981157cca8cec3365be22401b7e115f2920 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 17 Jan 2011 18:08:46 -0800 Subject: [PATCH] perlcall: dangling modifier MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Whilst ‘whilst’ is nice, the sentence as it was before this change indicated that the stack was in the call_pv call (whatever that means). --- pod/perlcall.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlcall.pod b/pod/perlcall.pod index 4c28c43..295d3b7 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -633,7 +633,7 @@ still exist after the call to I. The purpose of the macro C is to refresh the local copy of the stack pointer. This is necessary because it is possible that the memory -allocated to the Perl stack has been reallocated whilst in the +allocated to the Perl stack has been reallocated during the I call. If you are making use of the Perl stack pointer in your code you must -- 2.7.4