From e7e3632d36c83e310bbaf884311cefb935f6bdc4 Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Sat, 16 May 2009 23:00:56 +0200 Subject: [PATCH] Remove a macro-redefinition warning --- dmd/root/root.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dmd/root/root.c b/dmd/root/root.c index 844c6292..e607e95a 100644 --- a/dmd/root/root.c +++ b/dmd/root/root.c @@ -7,7 +7,9 @@ // in artistic.txt, or the GNU General Public License in gnu.txt. // See the included readme.txt for details. +#ifndef POSIX #define POSIX (linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4) +#endif #include #include