Commit ae1bce99 authored by Lev Walkin's avatar Lev Walkin

real_zero moved up

parent c51e7d67
......@@ -12,8 +12,8 @@
#undef INT_MAX
#define INT_MAX ((int)(((unsigned int)-1) >> 1))
#ifndef NAN
static const double real_zero;
#ifndef NAN
#define NAN (real_zero/real_zero)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment