From 9500e89eebb5cf44b0749fb391088669ba65ea9f Mon Sep 17 00:00:00 2001 From: Tomas Lindquist Olsen Date: Mon, 4 Aug 2008 19:08:39 +0200 Subject: [PATCH] Added 'Unix' predefined version identifier. --- dmd/mars.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dmd/mars.c b/dmd/mars.c index 9f8fedf4..853637d0 100644 --- a/dmd/mars.c +++ b/dmd/mars.c @@ -319,6 +319,7 @@ int main(int argc, char *argv[]) tt_os = "-pc-mingw32"; #elif linux VersionCondition::addPredefinedGlobalIdent("linux"); + VersionCondition::addPredefinedGlobalIdent("Unix"); global.params.isLinux = 1; tt_os = "-pc-linux-gnu"; #else