Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/AddressExpr.cc

    r135143ba rb4f8808  
    5050                                set_result( addrType( refType->base ) );
    5151                        } else {
    52                                 if(!arg->result->location.isSet()) arg->result->location = arg->location;
    5352                                SemanticError( arg->result, "Attempt to take address of non-lvalue expression: " );
    5453                        } // if
Note: See TracChangeset for help on using the changeset viewer.