comparison 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
comparison
equal deleted inserted replaced
1459:69a195e07d89 1460:a1666b613c15
5 // www.digitalmars.com 5 // www.digitalmars.com
6 // License for redistribution is by either the Artistic License 6 // License for redistribution is by either the Artistic License
7 // in artistic.txt, or the GNU General Public License in gnu.txt. 7 // in artistic.txt, or the GNU General Public License in gnu.txt.
8 // See the included readme.txt for details. 8 // See the included readme.txt for details.
9 9
10 #ifndef POSIX
10 #define POSIX (linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4) 11 #define POSIX (linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4)
12 #endif
11 13
12 #include <stdio.h> 14 #include <stdio.h>
13 #include <stdlib.h> 15 #include <stdlib.h>
14 #include <stdarg.h> 16 #include <stdarg.h>
15 #include <string.h> 17 #include <string.h>