summaryrefslogtreecommitdiff
path: root/ext/B/B/C.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/B/C.pm')
-rw-r--r--ext/B/B/C.pm6
1 files changed, 3 insertions, 3 deletions
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");