From 036e1f6c55ca27059c9ece1a3e29e80523cb6a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Jun 2005 12:17:03 +0000 Subject: replaced MACOSX by __APPLE__ replaced NT by __WIN32__ (defined by mingw, but NOT by msvc) svn path=/trunk/externals/zexy/; revision=3139 --- src/z_sigbin.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/z_sigbin.c') diff --git a/src/z_sigbin.c b/src/z_sigbin.c index 21a39b6..f3ca3d9 100644 --- a/src/z_sigbin.c +++ b/src/z_sigbin.c @@ -23,10 +23,6 @@ #include "zexy.h" #include -#ifdef NT -#define fabsf fabs -#endif - typedef struct _misc { t_object x_obj; -- cgit v1.2.1