(changelog says this was already done, but it got lost somewhere
along the way).
+ [changes introduced in 1:91.3.2-1+rpi1 by Peter Michael Green]
+ * Use a #define instead of a typedef for double_t in fdlibm to prevent conflicting
+ definitions error.
+
-- Peter Michael Green <plugwash@raspbian.org> Tue, 30 Nov 2021 21:22:16 +0000
thunderbird (1:91.3.2-1) unstable; urgency=medium
#else
typedef long double __double_t;
#endif
-typedef __double_t double_t;
+#define double_t __double_t
typedef float __float_t;
/*
* The original fdlibm code used statements like: