Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parserutility.cc

    rbb7422a r61e362f  
    2727//    if ( (int)(x != 0) ) ...
    2828
    29 ast::Expr * notZeroExpr( ast::Expr * orig ) {
     29ast::Expr * notZeroExpr( const ast::Expr * orig ) {
    3030        return ( !orig ) ? nullptr : new ast::CastExpr( orig->location,
    3131                ast::UntypedExpr::createCall( orig->location,
Note: See TracChangeset for help on using the changeset viewer.