From: Roberto E. Vargas Caballero Date: Thu, 26 Jun 2014 10:37:06 +0000 (+0200) Subject: Remove CEIL macro X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/77569526c0166e6364bb635fceb8eeabd58ce683?ds=inline;hp=77569526c0166e6364bb635fceb8eeabd58ce683 Remove CEIL macro This macro was not correct in some cases, and it was used only in one place, where we did'nt get any benefit in performance of in size, so the macro is removed and ceilf is used instead of it. The only function needed from math.h is ceilf, so this patch defines the prototype of it instead of including math.h. ---