changeset 472:15c804b6ce77

Added 'Unix' predefined version identifier.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 04 Aug 2008 19:08:39 +0200
parents e19e20103119
children 373489eeaf90
files dmd/mars.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/mars.c	Mon Aug 04 17:32:13 2008 +0200
+++ b/dmd/mars.c	Mon Aug 04 19:08:39 2008 +0200
@@ -319,6 +319,7 @@
     tt_os = "-pc-mingw32";
 #elif linux
     VersionCondition::addPredefinedGlobalIdent("linux");
+    VersionCondition::addPredefinedGlobalIdent("Unix");
     global.params.isLinux = 1;
     tt_os = "-pc-linux-gnu";
 #else