summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {