Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CurrentObject.cc

    rb1f2007d rda5ac2e  
    99// Author           : Rob Schluntz
    1010// Created On       : Tue Jun 13 15:28:32 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Dec  9 17:49:51 2023
    13 // Update Count     : 20
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Mon Apr 10  9:40:00 2023
     13// Update Count     : 18
    1414//
    1515
     
    181181                auto res = eval( expr );
    182182                if ( !res.hasKnownValue ) {
    183                         SemanticError( location, "Array designator must be a constant expression %s", toString( expr ).c_str() );
     183                        SemanticError( location, toString( "Array designator must be a constant expression: ", expr ) );
    184184                }
    185185                return res.knownValue;
Note: See TracChangeset for help on using the changeset viewer.