Changeset 5a2b0b7 for src/Parser


Ignore:
Timestamp:
Jul 5, 2024, 5:41:05 PM (6 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
f06ba98
Parents:
550afde2
Message:

Reverted the change to the compiler. The other changes are both practically and theoretically correct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cpp

    r550afde2 r5a2b0b7  
    483483        Default:                                                                                        // char default string type
    484484        default:
    485                 strtype = new ast::BasicType( ast::BasicKind::Char, ast::CV::Const );
     485                strtype = new ast::BasicType( ast::BasicKind::Char );
    486486        } // switch
    487487        ast::ArrayType * at = new ast::ArrayType(
Note: See TracChangeset for help on using the changeset viewer.