blob: 4a91dc59f8eb1c8baf6533cd58d4c8110e0269c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- contrib/libs/libidn/lib/gl/cdefs.h (index)
+++ contrib/libs/libidn/lib/gl/cdefs.h (working tree)
@@ -489,13 +489,6 @@
[!!sizeof (struct { int __error_if_negative: (expr) ? 2 : -1; })]
#endif
-/* Gnulib avoids including these, as they don't work on non-glibc or
- older glibc platforms. */
-#ifndef __GNULIB_CDEFS
-# include <bits/wordsize.h>
-# include <bits/long-double.h>
-#endif
-
#if __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI == 1
# ifdef __REDIRECT
|