diff options
author | Tim Jenness <tjenness@cpan.org> | 2001-02-27 03:24:58 -1000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-28 14:33:39 +0000 |
commit | 39644a267dae6dfa935b1c1d39151eb399850949 (patch) | |
tree | 98092472b53e8d4b0a3c9b19e7a554ba1aa7d1f1 /doop.c | |
parent | 7bf0340c2f81061e7011d0e09fe7cf3e5dd6300f (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1195,7 +1195,7 @@ finish: OP * Perl_do_kv(pTHX) { - djSP; + dSP; HV *hv = (HV*)POPs; HV *keys; register HE *entry; |