Skip to content

Commit

Permalink
Merge pull request #5214 from 9rnsr/cleanup_traits
Browse files Browse the repository at this point in the history
Cleanup traits.d
  • Loading branch information
AndrejMitrovic committed Nov 15, 2015
2 parents 2c3a160 + cf6b910 commit 76ae623
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 450 deletions.
3 changes: 2 additions & 1 deletion src/mars.d
Expand Up @@ -1188,6 +1188,7 @@ Language changes listed by -transition=id:
VersionCondition.addPredefinedGlobalIdent("D_NoBoundsChecks");
VersionCondition.addPredefinedGlobalIdent("D_HardFloat");
objc_tryMain_dObjc();

// Initialization
Type._init();
Id.initialize();
Expand All @@ -1196,7 +1197,7 @@ Language changes listed by -transition=id:
Expression._init();
objc_tryMain_init();
builtin_init();
initTraitsStringTable();

if (global.params.verbose)
{
fprintf(global.stdmsg, "binary %s\n", global.params.argv0);
Expand Down

0 comments on commit 76ae623

Please sign in to comment.