# HG changeset patch # User Frits van Bommel # Date 1242507656 -7200 # Node ID a9b60bc559fac5865d16c847c6974a04eed47cef # Parent dd5dbe7b39237b410653e2e75e21f3ace0dff523 Remove a macro-redefinition warning diff -r dd5dbe7b3923 -r a9b60bc559fa dmd/root/root.c --- a/dmd/root/root.c Sat May 16 22:27:31 2009 +0200 +++ b/dmd/root/root.c Sat May 16 23:00:56 2009 +0200 @@ -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