Changes in / [132fad4:992b089]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.cc

    r132fad4 r992b089  
    1010// Created On       : Sat May 16 12:34:05 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Feb  9 14:48:40 2017
    13 // Update Count     : 741
     12// Last Modified On : Thu Feb  9 15:54:59 2017
     13// Update Count     : 742
    1414//
    1515
     
    506506        } // if
    507507
    508         checkQualifiers( q->type, type );
    509         addQualifiersToType( q->type, type );
    510 
    511508        if ( q->type->forall ) {
    512509                if ( type->forall ) {
     
    523520                q->type->forall = nullptr;
    524521        } // if
     522
     523        checkQualifiers( q->type, type );
     524        addQualifiersToType( q->type, type );
     525
    525526        delete q;
    526527        return this;
Note: See TracChangeset for help on using the changeset viewer.