diff dmd2/root/root.c @ 1460:a1666b613c15

* Fix some gcc warnings in the D2 frontend code. * Remove binaries from `dmd2/`
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 02 Jun 2009 19:18:48 +0200
parents 638d16625da2
children e4f7b5d9c68a
line wrap: on
line diff
--- a/dmd2/root/root.c	Tue Jun 02 17:44:50 2009 +0100
+++ b/dmd2/root/root.c	Tue Jun 02 19:18:48 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 <stdio.h>
 #include <stdlib.h>