summaryrefslogtreecommitdiff
path: root/doop.c
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 /doop.c
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 'doop.c')
-rw-r--r--doop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doop.c b/doop.c
index f32306915e..9bc6d5628a 100644
--- a/doop.c
+++ b/doop.c
@@ -1195,7 +1195,7 @@ finish:
OP *
Perl_do_kv(pTHX)
{
- djSP;
+ dSP;
HV *hv = (HV*)POPs;
HV *keys;
register HE *entry;