]> git.pld-linux.org Git - packages/firefox.git/blobdiff - glibc-double.patch
more upstream fixes in attempt to fix i686 build
[packages/firefox.git] / glibc-double.patch
index 8f93af215885dc047bc7e0467a4c52e597d85bf0..41b78b2d8a3548e14d977a95a4395749918fe05b 100644 (file)
@@ -8,14 +8,13 @@
  
  #include "mozilla/EndianUtils.h"
  
-@@ -30,10 +31,8 @@
+@@ -30,9 +31,8 @@
   * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
   */
  
 -typedef double      __double_t;
 -typedef __double_t  double_t;
 -typedef float       __float_t;
--typedef __float_t   float_t;
 +typedef double_t  __double_t;
 +typedef float_t  __float_t;
  
This page took 0.08956 seconds and 4 git commands to generate.