Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

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