Changes in src/ResolvExpr/Resolver.cc [3c89751:0f6a7752]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r3c89751 r0f6a7752 1337 1337 if ( type->dimension ) { 1338 1338 #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 }; 1340 1341 ast::mutate_field( 1341 1342 type, &PtrType::dimension,
Note:
See TracChangeset
for help on using the changeset viewer.