Changeset 3d618a0 for src/Concurrency
- Timestamp:
- Sep 9, 2024, 6:16:09 PM (13 months ago)
- Branches:
- master
- Children:
- aa14aafe
- Parents:
- d93b813 (diff), f5dbc8d (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/Concurrency/Waitfor.cpp
rd93b813 r3d618a0 230 230 ast::ConstantExpr::from_int( location, 0 ), 231 231 new ast::SizeofExpr( location, 232 new ast::VariableExpr( location, acceptables ) ), 232 new ast::TypeofType( 233 new ast::VariableExpr( location, acceptables ) ) ), 233 234 } 234 235 );
Note:
See TracChangeset
for help on using the changeset viewer.