Improve namespace test macros a bit.
This commit is contained in:
parent
b527153dd7
commit
36e6bc645e
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:07 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:36 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:09 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:37 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:11 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:37 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:12 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:38 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:13 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:39 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:14 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:40 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.1 2000/01/17 16:27:53 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.2 2000/02/05 14:04:40 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:15 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:41 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
@ -1,10 +1,11 @@
|
||||
/* $NetBSD: math.h,v 1.2 2000/01/04 14:20:15 kleink Exp $ */
|
||||
/* $NetBSD: math.h,v 1.3 2000/02/05 14:04:41 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* ISO C99
|
||||
*/
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
|
||||
!defined(_XOPEN_SOURCE) || defined(_ISOC99_SOURCE)
|
||||
#if !defined(_ANSI_SOURCE) && \
|
||||
(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
|
||||
defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) >= 199901L)
|
||||
extern __const char __nanf[];
|
||||
#define NAN (*(__const float *)(__const void *)__nanf)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user