Micro Python: Now compiles without errors (but lots of warnings)

This commit is contained in:
Gregory Nutt 2015-01-11 13:12:36 -06:00
parent 94d571fea6
commit 6d606d5ffa

View File

@ -187,7 +187,7 @@ float truncf(float x)
return x; return x;
} }
FORCE_EVAL(x + 0x1 p120f); FORCE_EVAL(x + 0x1p120f);
u.i &= ~m; u.i &= ~m;
return u.f; return u.f;
} }