summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/numeric.c
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2020-06-27 20:44:12 +0000
committerafresh1 <afresh1@openbsd.org>2020-06-27 20:44:12 +0000
commitdab3a19829a881759a2b76e3b1e60dcf070d78e4 (patch)
treed5c22fc529219025c810b041ec556dc19d21203c /gnu/usr.bin/perl/numeric.c
parentPrevent the use of jump tables on powerpc64 as well. (diff)
downloadwireguard-openbsd-dab3a19829a881759a2b76e3b1e60dcf070d78e4.tar.xz
wireguard-openbsd-dab3a19829a881759a2b76e3b1e60dcf070d78e4.zip
Remove some customizations from the perl build
This was originally done so that other things in-tree such as vi could link to libperl and to support non-shared vax. This brings us more in-line with upstream and makes things more understandable. It now links libperl.so to libm, which some software needs, and stops building and installing libperl.a. OK bluhm@
Diffstat (limited to 'gnu/usr.bin/perl/numeric.c')
-rw-r--r--gnu/usr.bin/perl/numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/numeric.c b/gnu/usr.bin/perl/numeric.c
index e8e8cadf176..2ac50a35daa 100644
--- a/gnu/usr.bin/perl/numeric.c
+++ b/gnu/usr.bin/perl/numeric.c
@@ -34,8 +34,8 @@ values, including such things as replacements for the OS's atof() function
PERL_STATIC_INLINE NV
S_strtod(pTHX_ const char * const s, char ** e)
{
- DECLARATION_FOR_LC_NUMERIC_MANIPULATION;
NV result;
+ DECLARATION_FOR_LC_NUMERIC_MANIPULATION;
STORE_LC_NUMERIC_SET_TO_NEEDED();