Changeset 38093ae for src/ControlStruct/ExceptTranslate.cpp
- Timestamp:
- Apr 18, 2024, 8:44:24 PM (7 months ago)
- Branches:
- master
- Children:
- 19313be5, cf191ac
- Parents:
- 748c751 (diff), 7a780ad (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/ControlStruct/ExceptTranslate.cpp
r748c751 r38093ae 182 182 location, 183 183 "__handler_index", 184 new ast::BasicType( ast::Basic Type::SignedInt )184 new ast::BasicType( ast::BasicKind::SignedInt ) 185 185 ); 186 186 } … … 201 201 location, 202 202 "__ret_bool", 203 new ast::BasicType( ast::Basic Type::Bool ),203 new ast::BasicType( ast::BasicKind::Bool ), 204 204 nullptr, //init 205 205 ast::Storage::Classes{}, … … 231 231 location, 232 232 "__handler_index", 233 new ast::BasicType( ast::BasicType::SignedInt),233 new ast::BasicType( ast::BasicKind::SignedInt ), 234 234 nullptr, 235 235 ast::Storage::Classes{},
Note: See TracChangeset
for help on using the changeset viewer.