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/symbol2list.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/symbol2list.c') diff --git a/src/symbol2list.c b/src/symbol2list.c index b2d2d43..95dc0c4 100644 --- a/src/symbol2list.c +++ b/src/symbol2list.c @@ -18,10 +18,6 @@ #include #include -#ifndef NT -# define STATIC_INLINE static -#endif - /* * symbol2list: convert a symbol into a list (with given delimiters) */ -- cgit v1.2.1