Skip to content

Commit

Permalink
Merge pull request #615 from alexrp/master
Browse files Browse the repository at this point in the history
Define D_HardFloat version identifier
  • Loading branch information
andralex committed Oct 24, 2012
2 parents 6c01188 + 2e6664a commit 68ab986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mars.c
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,8 @@ int tryMain(int argc, char *argv[])
VersionCondition::addPredefinedGlobalIdent("D_NoBoundsChecks");
#endif

VersionCondition::addPredefinedGlobalIdent("D_HardFloat");

// Initialization
Type::init();
Id::initialize();
Expand Down

0 comments on commit 68ab986

Please sign in to comment.