File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 26
26
* $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
27
27
*/
28
28
29
- #include < cdefs-compat.h>
30
- #include < types-compat.h>
31
- #include < math_private.h>
32
- #include < i387/bsd_npx.h>
29
+ #include " cdefs-compat.h"
30
+ #include " types-compat.h"
31
+ #include " math_private.h"
32
+ #include " i387/bsd_npx.h"
33
33
34
34
#define __fenv_static
35
35
#include <openlibm_fenv.h>
Original file line number Diff line number Diff line change 93
93
* for a given compiler, let the compile fail if it is told to use
94
94
* a feature that we cannot live without.
95
95
*/
96
- #if __GNUC_PREREQ__ (2 , 7 ) || defined(__INTEL_COMPILER )
96
+ #if !defined( __pure2 ) && ( __GNUC_PREREQ__ (2 , 7 ) || defined(__INTEL_COMPILER ) )
97
97
#define __pure2 __attribute__((__const__))
98
98
#endif
99
99
Original file line number Diff line number Diff line change 3
3
4
4
#include <stdint.h>
5
5
#include <limits.h>
6
- #include <stdint.h>
7
-
8
- #ifdef __GLIBC__
9
- /* Not sure what to do about __pure2 on linux */
10
- #define __pure2
11
- #endif
12
-
13
- #ifdef _WIN32
14
- /* Not sure what to do about __pure2 on windows */
15
- #define __pure2
16
- #endif
17
6
18
7
typedef uint8_t u_int8_t ;
19
8
typedef uint16_t u_int16_t ;
You can’t perform that action at this time.
0 commit comments