On Mon, 3 Mar 2014 22:02:26 +0100
Szabolcs Nagy <n...@port70.net> wrote:

> note that stdlib.h may include math.h which declares log
> with a different type

Thanks, I didn't notice that, as I'm using musl to compile it.
Using glibc:
       > quark.c:70:13: warning: conflicting types for built-in
         function ‘log’ [enabled by default]
I'll rename the function to qlog. Coincidentally, this "problem"
actually is beneficial, as I just noticed there's more potential to
optimize the code.
Stay tuned.

Cheers

FRIGN

-- 
FRIGN <d...@frign.de>

Reply via email to