diff --git a/ascii.h b/ascii.h index 51a7959..d9f5197 100644 --- a/ascii.h +++ b/ascii.h @@ -136,8 +136,8 @@ int time(); float flr(float x); float sgn(float x); -#ifdef __LINUX__ -#ifdef __APPLE__ +#ifndef __LINUX__ +#ifndef __APPLE__ float ceil(float x); float sin(float x); float cos(float x);