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