blob: a78c5539f4a20ae42acb618aa228a2c38832384e [file] [log] [blame]
#undef fabs
#define fabs(x) (x)
#undef my_fabs
#define my_fabs(x) (x)