aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/aggregate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/aggregate.h')
-rw-r--r--gcc/d/dmd/aggregate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/d/dmd/aggregate.h b/gcc/d/dmd/aggregate.h
index f0909e3..d4432b5 100644
--- a/gcc/d/dmd/aggregate.h
+++ b/gcc/d/dmd/aggregate.h
@@ -82,7 +82,7 @@ public:
CPPMANGLE cppmangle;
// overridden symbol with pragma(mangle, "...")
- MangleOverride *mangleOverride;
+ MangleOverride *pMangleOverride;
/* !=NULL if is nested
* pointing to the dsymbol that directly enclosing it.
* 1. The function that enclosing it (nested struct and class)
@@ -174,7 +174,7 @@ public:
structalign_t alignment; // alignment applied outside of the struct
ThreeState ispod; // if struct is POD
private:
- uint8_t bitFields;
+ uint16_t bitFields;
public:
static StructDeclaration *create(const Loc &loc, Identifier *id, bool inObject);
StructDeclaration *syntaxCopy(Dsymbol *s) override;