Ignore:
Timestamp:
Feb 24, 2023, 3:31:50 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
2e77837
Parents:
f883ef1 (diff), f2a1cd2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

fix merge conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    rf883ef1 rae267366  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Nov  2 21:27:07 2022
    13 // Update Count     : 939
     12// Last Modified On : Sun Feb 19 09:02:37 2023
     13// Update Count     : 940
    1414//
    1515
     
    325325        Variable_t variable;
    326326
    327         struct Attr_t {
    328 //              const std::string * name;
    329                 ExpressionNode * expr;
    330                 DeclarationNode * type;
    331         };
    332         Attr_t attr;
    333 
    334327        struct StaticAssert_t {
    335328                ExpressionNode * condition;
     
    343336
    344337        bool inLine = false;
    345         bool enumInLine = false; 
     338        bool enumInLine = false;
    346339        Type::FuncSpecifiers funcSpecs;
    347340        Type::StorageClasses storageClasses;
Note: See TracChangeset for help on using the changeset viewer.