diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-27 04:17:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-27 04:17:24 +0000 |
commit | 78f67eb5ee42ac6b16274177e3472ab2362e0fbf (patch) | |
tree | ff4ded7523715d9b511db6e14e668a002474f0c1 /pp.c | |
parent | 656b9f42446ec12c1cc99492757549d1b04f7382 (diff) | |
download | perl-78f67eb5ee42ac6b16274177e3472ab2362e0fbf.tar.gz |
Forgot from #8545. Oops.
p4raw-id: //depot/perl@8561
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2576,7 +2576,7 @@ PP(pp_sqrt) PP(pp_int) { - djSP; dTARGET; + djSP; dTARGET; tryAMAGICun(int); { NV value; IV iv = TOPi; /* attempt to convert to IV if possible. */ |