summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index a6f6018adc..388f363237 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1381,7 +1381,7 @@ Perl_my_atof2(pTHX_ const char* orig, NV* value)
#ifdef USE_QUADMATH
{
char* endp;
- if ((endp = S_my_atof_infnan(s, negative, send, value)))
+ if ((endp = S_my_atof_infnan(aTHX_ s, negative, send, value)))
return endp;
result[2] = strtoflt128(s, &endp);
if (s != endp) {