Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.cc

    rb2da0574 rf6e3e34  
    924924                                delete newType->aggInst.aggregate->enumeration.constants;
    925925                                newType->aggInst.aggregate->enumeration.constants = nullptr;
    926                                 newType->aggInst.aggregate->enumeration.body = false;
    927926                        } else {
    928927                                assert( newType->aggInst.aggregate->kind == TypeData::Aggregate );
    929928                                delete newType->aggInst.aggregate->aggregate.fields;
    930929                                newType->aggInst.aggregate->aggregate.fields = nullptr;
    931                                 newType->aggInst.aggregate->aggregate.body = false;
    932930                        } // if
    933931                        // don't hoist twice
Note: See TracChangeset for help on using the changeset viewer.