comparison dmd/root/root.c @ 1370:a9b60bc559fa

Remove a macro-redefinition warning
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 16 May 2009 23:00:56 +0200
parents 8026319762be
children 17268b0a3ab0
comparison
equal deleted inserted replaced
1369:dd5dbe7b3923 1370:a9b60bc559fa
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>