Changeset ca9d65e for src/ResolvExpr


Ignore:
Timestamp:
Dec 14, 2023, 9:05:55 PM (6 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
19a2890
Parents:
21ad568
Message:

second attempt at simplifying SemanticError? messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r21ad568 rca9d65e  
    1010// Created On       : Sun May 17 12:17:01 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Dec  9 17:45:57 2023
    13 // Update Count     : 249
     12// Last Modified On : Thu Dec 14 18:44:43 2023
     13// Update Count     : 251
    1414//
    1515
     
    632632                                                maybe_accept( mutDecl->init.get(), res );
    633633                                                if ( !res.core.result ) {
    634                                                         SemanticError( mutDecl, "Cannot include designations in the initializer for a managed Object. If this is really what you want, then initialize with @=.\n" );
     634                                                        SemanticError( mutDecl, "Cannot include designations in the initializer for a managed Object.\n"
     635                                                                                   "If this is really what you want, initialize with @=." );
    635636                                                }
    636637                                        }
Note: See TracChangeset for help on using the changeset viewer.