Changes in src/Parser/DeclarationNode.cc [b2da0574:f6e3e34]
- File:
-
- 1 edited
-
src/Parser/DeclarationNode.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cc
rb2da0574 rf6e3e34 924 924 delete newType->aggInst.aggregate->enumeration.constants; 925 925 newType->aggInst.aggregate->enumeration.constants = nullptr; 926 newType->aggInst.aggregate->enumeration.body = false;927 926 } else { 928 927 assert( newType->aggInst.aggregate->kind == TypeData::Aggregate ); 929 928 delete newType->aggInst.aggregate->aggregate.fields; 930 929 newType->aggInst.aggregate->aggregate.fields = nullptr; 931 newType->aggInst.aggregate->aggregate.body = false;932 930 } // if 933 931 // don't hoist twice
Note:
See TracChangeset
for help on using the changeset viewer.