summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorRoca, Ignasi <ignasi.roca@fujitsu.siemens.es>2001-01-17 16:16:43 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-17 14:43:17 +0000
commit2d9af89dd69923cdedca6ec04a8cd5e5134b0c0b (patch)
tree72027e0b2f616579c6ec4855b6cb2fda5ab20b2d /pp.c
parent4329bef84b74a02b9ef1e5c9a86cfb3771a5b97a (diff)
downloadperl-2d9af89dd69923cdedca6ec04a8cd5e5134b0c0b.tar.gz
lib/tie-substrhash.t FAILED at test 11
Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> pp_int() was dropping an NV to the floor, int(279964589018079/59) either returned not an integer 4745162525730.15, or one got "Attempt to free unreferenced scalar." p4raw-id: //depot/perl@8464
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.c b/pp.c
index 87e459e169..d9b0685a43 100644
--- a/pp.c
+++ b/pp.c
@@ -2604,6 +2604,7 @@ PP(pp_int)
(void)Perl_modf(tmp, &tmp);
value = (NV)tmp;
#endif
+ SETn(value);
}
}
else {