Changeset d9f6d80 for src/Virtual/Tables.cpp
- Timestamp:
- Dec 20, 2024, 3:35:35 PM (9 months ago)
- Branches:
- master
- Children:
- 9dc05782
- Parents:
- 77148b0 (diff), 5251c6b (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
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/Tables.cpp
r77148b0 rd9f6d80 175 175 { new ast::ObjectDecl( 176 176 location, 177 "__unused",177 /* The parameter only exists to provide a type id. */ "", 178 178 new ast::PointerType( exceptType ) 179 179 ) },
Note:
See TracChangeset
for help on using the changeset viewer.