comparison fixincludes/tests/base/math.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
13 #ifdef __cplusplus 13 #ifdef __cplusplus
14 #define exception __math_exception 14 #define exception __math_exception
15 #endif 15 #endif
16 16
17 17
18 #if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK )
19 #include <architecture/ppc/math.h>
20 #endif /* AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK */
21
22
23 #if defined( BROKEN_CABS_CHECK ) 18 #if defined( BROKEN_CABS_CHECK )
24 #ifdef __STDC__ 19 #ifdef __STDC__
25 20
26 #else 21 #else
27 22
28 #endif 23 #endif
29 24
30 /* This is a comment 25 #endif /* BROKEN_CABS_CHECK */
31 and it ends here. */
32 26
33 27
34 #endif /* BROKEN_CABS_CHECK */ 28 #if defined( DARWIN_9_LONG_DOUBLE_FUNCS_2_CHECK )
29 #include <architecture/ppc/math.h>
30 #endif /* DARWIN_9_LONG_DOUBLE_FUNCS_2_CHECK */
35 31
36 32
37 #if defined( HPPA_HPUX_FP_MACROS_CHECK ) 33 #if defined( HPPA_HPUX_FP_MACROS_CHECK )
38 #endif /* _INCLUDE_HPUX_SOURCE */ 34 #endif /* _INCLUDE_HPUX_SOURCE */
39 35
87 extern int class(); 83 extern int class();
88 #endif 84 #endif
89 #endif /* RS6000_DOUBLE_CHECK */ 85 #endif /* RS6000_DOUBLE_CHECK */
90 86
91 87
88 #if defined( SOLARIS_MATH_12_CHECK )
89 #if __cplusplus >= 201103L
90 #endif
91 #endif /* SOLARIS_MATH_12_CHECK */
92
93
92 #if defined( STRICT_ANSI_NOT_CTD_CHECK ) 94 #if defined( STRICT_ANSI_NOT_CTD_CHECK )
93 #if 1 && \ 95 #if 1 && \
94 && defined(mumbling) |& ( !defined(__STRICT_ANSI__)) \ 96 && defined(mumbling) |& ( !defined(__STRICT_ANSI__)) \
95 ( !defined(__STRICT_ANSI__) && !defined(_XOPEN_SOURCE) \ 97 ( !defined(__STRICT_ANSI__) && !defined(_XOPEN_SOURCE) \
96 || !defined(__STRICT_ANSI__) ) /* not std C */ 98 || !defined(__STRICT_ANSI__) ) /* not std C */