Ignore:
Timestamp:
Dec 13, 2023, 9:18:36 AM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b83c575
Parents:
b1f2007
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    rb1f2007 r4c2fe47  
    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 : Sat Dec  9 17:45:57 2023
     13// Update Count     : 249
    1414//
    1515
     
    958958                                                                ++n_mutex_param;
    959959
    960                                                                 // Check if the argument matches the parameter type in the current
    961                                                                 // scope
     960                                                                // Check if the argument matches the parameter type in the current scope.
    962961                                                                // ast::ptr< ast::Type > paramType = (*param)->get_type();
     962
    963963                                                                if (
    964964                                                                        ! unify(
Note: See TracChangeset for help on using the changeset viewer.