diff options
| author | 2025-12-10 23:35:24 +0000 | |
|---|---|---|
| committer | 2025-12-10 23:35:24 +0000 | |
| commit | 98bbe9f474047ef9414e346e35e4fa02540b440d (patch) | |
| tree | 44742f9e464da48312c2c50459063f2b2d346ea5 /src/include | |
| parent | 9front port (diff) | |
expose os/isatty, fix floating point math
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/janet.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/janet.h b/src/include/janet.h index 4b47a7ae..0401bf0e 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -305,10 +305,6 @@ extern "C" { #define JANET_STACK_MAX 0x7fffffff #endif -#ifdef JANET_PLAN9 -#undef NAN -#endif - /* Use nanboxed values - uses 8 bytes per value instead of 12 or 16. * To turn of nanboxing, for debugging purposes or for certain * architectures (Nanboxing only tested on x86 and x64), comment out |
