summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2000-12-13 20:08:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-14 23:40:58 +0000
commit16b7a9a47be196cb33bf757faad24e73ceffc2fc (patch)
tree674fd0d579f19451971d374d3735712349332279 /embed.pl
parent1503adc40cad8d289062bdd60154f660cdeb7188 (diff)
downloadperl-16b7a9a47be196cb33bf757faad24e73ceffc2fc.tar.gz
faster and 64 bit preserving arithmetic
Message-ID: <20001213200849.B71166@plum.flirble.org> p4raw-id: //depot/perl@8119
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index fa22c84f9f..609b351cbb 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2467,6 +2467,10 @@ s |void |sv_del_backref |SV *sv
# if defined(DEBUGGING)
s |void |del_sv |SV *p
# endif
+# if !defined(NV_PRESERVES_UV)
+s |int |sv_2inuv_non_preserve |SV *sv|I32 numtype
+s |int |sv_2iuv_non_preserve |SV *sv|I32 numtype
+# endif
#endif
#if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT)