Changeset 8a930c03 for src/InitTweak/InitTweak.cc
- Timestamp:
- Jun 12, 2023, 12:05:58 PM (2 years ago)
- Branches:
- master
- Children:
- fec8bd1
- Parents:
- 2b78949 (diff), 38e266ca (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/InitTweak/InitTweak.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
r2b78949 r8a930c03 1066 1066 const ast::Type * t2 = ftype->params.back(); 1067 1067 1068 return ResolvExpr::typesCompatibleIgnoreQualifiers( t1, t2 , ast::SymbolTable());1068 return ResolvExpr::typesCompatibleIgnoreQualifiers( t1, t2 ); 1069 1069 } 1070 1070
Note:
See TracChangeset
for help on using the changeset viewer.