Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r7d05e7e rc8dfcd3  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Sep  8 21:58:06 2016
    13 // Update Count     : 587
     12// Last Modified On : Sun Aug 28 21:14:51 2016
     13// Update Count     : 575
    1414//
    1515
     
    290290        // bool buildFuncSpecifier( StorageClass key ) const;
    291291
    292         struct Variable_t {
    293                 DeclarationNode::TypeClass tyClass;
    294                 std::string name;
    295                 DeclarationNode * assertions;
    296         };
    297         Variable_t variable;
    298 
    299         struct Attr_t {
    300                 std::string name;
    301                 ExpressionNode * expr;
    302                 DeclarationNode * type;
    303         };
    304         Attr_t attr;
    305 
    306         BuiltinType builtin;
    307 
    308292        TypeData *type;
    309293        std::string name;
     
    402386                        if ( result ) {
    403387                                *out++ = result;
     388                        } else {
    404389                        } // if
    405390                } catch( SemanticError &e ) {
Note: See TracChangeset for help on using the changeset viewer.