Ignore:
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.