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