Changeset 5a2b0b7
- Timestamp:
 - Jul 5, 2024, 5:41:05 PM (16 months ago)
 - Branches:
 - master
 - Children:
 - f06ba98
 - Parents:
 - 550afde2
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Parser/ExpressionNode.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Parser/ExpressionNode.cpp
r550afde2 r5a2b0b7 483 483 Default: // char default string type 484 484 default: 485 strtype = new ast::BasicType( ast::BasicKind::Char , ast::CV::Const);485 strtype = new ast::BasicType( ast::BasicKind::Char ); 486 486 } // switch 487 487 ast::ArrayType * at = new ast::ArrayType(  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.