diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-10 13:27:02 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-10 13:27:02 +0000 |
commit | 8bfec2b53822e2b62c4577b32e0beae398a16297 (patch) | |
tree | 3116ca2b8fdad7c1d3b1221d658f9eea7a6575a3 /py/format-float.h | |
parent | 0a8458c353b60420f17050d819912df9b168d0cb (diff) |
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL
is set to a non-zero value.
Diffstat (limited to 'py/format-float.h')
-rw-r--r-- | py/format-float.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/format-float.h b/py/format-float.h deleted file mode 100644 index 590fb0e91..000000000 --- a/py/format-float.h +++ /dev/null @@ -1,3 +0,0 @@ -int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign); - - |