Remove minor differences with upstream

This commit is contained in:
Alexey Prokhin
2013-07-28 22:28:43 +04:00
parent 21b07c783a
commit 153febd093
11 changed files with 30 additions and 23 deletions

View File

@@ -145,7 +145,7 @@ struct Declaration : Dsymbol
enum PROT protection;
enum LINK linkage;
int inuse; // used to detect cycles
const char *mangleOverride; // overridden symbol with pragma(mangle, "...")
const char *mangleOverride; // overridden symbol with pragma(mangle, "...")
enum Semantic sem;
Declaration(Identifier *id);