Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    rca9d65e r2345ab3  
    99// Author           : Aaron B. Moss
    1010// Created On       : Sun May 17 12:17:01 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Dec 14 18:44:43 2023
    13 // Update Count     : 251
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Wed Apr 20 10:41:00 2022
     13// Update Count     : 248
    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.\n"
    635                                                                                    "If this is really what you want, initialize with @=." );
     634                                                        SemanticError( mutDecl, "Cannot include designations in the initializer for a managed Object. If this is really what you want, then initialize with @=.\n" );
    636635                                                }
    637636                                        }
     
    959958                                                                ++n_mutex_param;
    960959
    961                                                                 // Check if the argument matches the parameter type in the current scope.
     960                                                                // Check if the argument matches the parameter type in the current
     961                                                                // scope
    962962                                                                // ast::ptr< ast::Type > paramType = (*param)->get_type();
    963 
    964963                                                                if (
    965964                                                                        ! unify(
Note: See TracChangeset for help on using the changeset viewer.