Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r413ad05 ra839867  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Aug 28 21:14:51 2016
    13 // Update Count     : 575
     12// Last Modified On : Thu Aug 25 22:46:24 2016
     13// Update Count     : 564
    1414//
    1515
     
    243243
    244244        DeclarationNode *addQualifiers( DeclarationNode *);
    245         void checkQualifiers( const TypeData *, const TypeData * );
     245        void checkQualifiers( TypeData *, TypeData * );
    246246        DeclarationNode *copyStorageClasses( DeclarationNode *);
    247247        DeclarationNode *addType( DeclarationNode *);
     
    308308
    309309Type *buildType( TypeData *type );
    310 //Type::Qualifiers buildQualifiers( const TypeData::Qualifiers & qualifiers );
    311310
    312311static inline Type * maybeMoveBuildType( const DeclarationNode *orig ) {
Note: See TracChangeset for help on using the changeset viewer.