Changes in src/Virtual/Tables.cpp [3e135c8:d3cf623]
- File:
-
- 1 edited
-
src/Virtual/Tables.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/Tables.cpp
r3e135c8 rd3cf623 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.