Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r2345ab3 rca9d65e  
    99// Author           : Aaron B. Moss
    1010// Created On       : Sun May 17 12:17:01 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Apr 20 10:41:00 2022
    13 // Update Count     : 248
     11// Last Modified By : Peter A. Buhr
     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                                        }
     
    958959                                                                ++n_mutex_param;
    959960
    960                                                                 // Check if the argument matches the parameter type in the current
    961                                                                 // scope
     961                                                                // Check if the argument matches the parameter type in the current scope.
    962962                                                                // ast::ptr< ast::Type > paramType = (*param)->get_type();
     963
    963964                                                                if (
    964965                                                                        ! unify(
Note: See TracChangeset for help on using the changeset viewer.