mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
6 lines
No EOL
171 B
C
Vendored
6 lines
No EOL
171 B
C
Vendored
/* $NetBSD: math.h,v 1.9 2014/03/18 18:20:41 riastradh Exp $ */
|
|
|
|
#if !defined(__mc68010__) && !defined(__mcoldfire__)
|
|
#define __HAVE_LONG_DOUBLE
|
|
#endif
|
|
#define __HAVE_NANF |