From 6e78763b3f2f7269b34ca8e96f9a17a60cd4d491 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Thu, 7 Aug 2008 18:59:23 +0200 Subject: [PATCH] Get rid of predefined Unix version --- dmd/mars.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dmd/mars.c b/dmd/mars.c index 853637d0..9f8fedf4 100644 --- a/dmd/mars.c +++ b/dmd/mars.c @@ -319,7 +319,6 @@ 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