Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r0f6a7752 r3c89751  
    13371337                if ( type->dimension ) {
    13381338                        #warning should use new equivalent to Validate::SizeType rather than sizeType here
    1339                         ast::ptr< ast::Type > sizeType =
    1340                                 new ast::BasicType{ ast::BasicType::LongLongUnsignedInt };
     1339                        ast::ptr< ast::Type > sizeType = new ast::BasicType{ ast::BasicType::LongUnsignedInt };
    13411340                        ast::mutate_field(
    13421341                                type, &PtrType::dimension,
Note: See TracChangeset for help on using the changeset viewer.