summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs115/double_t.x86.diff
blob: 9030adfe8245bc654eb870d43d127a20b5d3776b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./modules/fdlibm/src/math_private.h.orig	2024-03-19 18:53:52.828031985 -0500
+++ ./modules/fdlibm/src/math_private.h	2024-03-19 18:55:57.193034767 -0500
@@ -30,8 +30,8 @@
  * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
  */
 
-typedef double      __double_t;
-typedef __double_t  double_t;
+typedef long double      __double_t;
+typedef long double  double_t;
 typedef float       __float_t;
 
 /*