# HG changeset patch # User Tomas Lindquist Olsen # Date 1217869719 -7200 # Node ID 15c804b6ce77627205ece0082bb317d0ca3a4338 # Parent e19e201031199bc7a932ac6ef84b9d117bb60b4f Added 'Unix' predefined version identifier. diff -r e19e20103119 -r 15c804b6ce77 dmd/mars.c --- 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