From 39644a267dae6dfa935b1c1d39151eb399850949 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 27 Feb 2001 03:24:58 -1000 Subject: Re: sync sync sync: have I missed any patches? In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu> Message-ID: Replace djSP with dSP. p4raw-id: //depot/perl@8963 --- ext/B/B/C.pm | 6 +++--- ext/B/B/CC.pm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ext') diff --git a/ext/B/B/C.pm b/ext/B/B/C.pm index 54fa46fb4f..50088752ab 100644 --- a/ext/B/B/C.pm +++ b/ext/B/B/C.pm @@ -1020,7 +1020,7 @@ sub output_all { static int $init_name() { dTARG; - djSP; + dSP; EOT $init->output(\*STDOUT, "\t%s\n"); print "\treturn 0;\n}\n"; @@ -1172,7 +1172,7 @@ xs_init(pTHX) { char *file = __FILE__; dTARG; - djSP; + dSP; EOT print "\n#ifdef USE_DYNAMIC_LOADING"; print qq/\n\tnewXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);/; @@ -1208,7 +1208,7 @@ dl_init(pTHX) { char *file = __FILE__; dTARG; - djSP; + dSP; EOT print("/* Dynamicboot strapping code*/\n\tSAVETMPS;\n"); print("\ttarg=sv_newmortal();\n"); diff --git a/ext/B/B/CC.pm b/ext/B/B/CC.pm index c5ca2a3df5..51922eeb2b 100644 --- a/ext/B/B/CC.pm +++ b/ext/B/B/CC.pm @@ -151,7 +151,7 @@ sub init_pp { $ppname = shift; $runtime_list_ref = []; $declare_ref = {}; - runtime("djSP;"); + runtime("dSP;"); declare("I32", "oldsave"); declare("SV", "**svp"); map { declare("SV", "*$_") } qw(sv src dst left right); -- cgit v1.2.1 From 4ac9195fe27b27610b09db5d1e9a4a36a7b59787 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 23 Feb 2001 15:47:56 +0000 Subject: Re: Errors in core PODs Message-ID: <20010223154756.A7723@firedrake.org> p4raw-id: //depot/perl@8965 --- ext/Encode/Encode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index 2d49865491..72d6cc0fcc 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -446,7 +446,7 @@ possible values it easily fits in perl's much larger "logical character". =head2 TERMINOLOGY -=over +=over 4 =item * -- cgit v1.2.1