From: John P. Linderman Date: Mon, 28 May 2001 09:35:47 +0000 (-0400) Subject: typo in perlguts.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=484ce0c5b70d86f3033b8c1213ab4f606e5ee790;p=p5sagit%2Fp5-mst-13.2.git typo in perlguts.pod Message-Id: <200105281335.JAA27851@raptor.research.att.com> p4raw-id: //depot/perl@10257 --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 391cf8a..44f3640 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1289,7 +1289,7 @@ where C is the macro that represents the local copy of the stack pointer, and C is the number of elements the stack should be extended by. Now that there is room on the stack, values can be pushed on it using C -macro. The values pushed will often need to be "mortal" (See L). PUSHs(sv_2mortal(newSViv(an_integer))) PUSHs(sv_2mortal(newSVpv("Some String",0)))