summaryrefslogtreecommitdiff
path: root/win32/perlhost.h
diff options
context:
space:
mode:
authorTim Jenness <tjenness@cpan.org>2001-02-27 03:24:58 -1000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-28 14:33:39 +0000
commit39644a267dae6dfa935b1c1d39151eb399850949 (patch)
tree98092472b53e8d4b0a3c9b19e7a554ba1aa7d1f1 /win32/perlhost.h
parent7bf0340c2f81061e7011d0e09fe7cf3e5dd6300f (diff)
downloadperl-39644a267dae6dfa935b1c1d39151eb399850949.tar.gz
Re: sync sync sync: have I missed any patches?
In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu> Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu> Replace djSP with dSP. p4raw-id: //depot/perl@8963
Diffstat (limited to 'win32/perlhost.h')
-rw-r--r--win32/perlhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/perlhost.h b/win32/perlhost.h
index a260d0895d..7fcd5340b4 100644
--- a/win32/perlhost.h
+++ b/win32/perlhost.h
@@ -1683,7 +1683,7 @@ win32_start_child(LPVOID arg)
/* push a zero on the stack (we are the child) */
{
- djSP;
+ dSP;
dTARGET;
PUSHi(0);
PUTBACK;