This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Create fcn for lossless conversion of NV to IV
[perl5.git]
/
embed.fnc
diff --git
a/embed.fnc
b/embed.fnc
index
45597f6
..
259affd
100644
(file)
--- a/
embed.fnc
+++ b/
embed.fnc
@@
-2272,6
+2272,7
@@
sR |SV* |refto |NN SV* sv
: Used in pp_hot.c
pRxo |GV* |softref2xv |NN SV *const sv|NN const char *const what \
|const svtype type|NN SV ***spp
+inR |bool |lossless_NV_to_IV|const NV nv|NN IV * ivp
#endif
#if defined(PERL_IN_PP_PACK_C)