diff options
| author | kleink <kleink@NetBSD.org> | 1999-12-23 10:15:05 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-12-23 10:15:05 +0000 |
| commit | 11e6c54cfccb692642ced0956e7e45104f980224 (patch) | |
| tree | 9475d76285c8ae1d55148a8bc4d63d4f85cde553 /sys/arch/atari/include/math.h | |
| parent | a4a97de9ff2cdc56d99a4dc6adf7afe5b8467687 (diff) | |
C99: Define a NAN macro in <math.h> which evaulates to a constant expression of
a single-precision quiet NaN; only to be defined on platforms that do support
this value.
Diffstat (limited to 'sys/arch/atari/include/math.h')
| -rw-r--r-- | sys/arch/atari/include/math.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/atari/include/math.h b/sys/arch/atari/include/math.h new file mode 100644 index 00000000000..4805d6febe9 --- /dev/null +++ b/sys/arch/atari/include/math.h @@ -0,0 +1,3 @@ +/* $NetBSD: math.h,v 1.1 1999/12/23 10:15:10 kleink Exp $ */ + +#include <m68k/math.h> |
