Changeset 9bb6c5f for src/Concurrency/Waitfor.cpp
- Timestamp:
- Sep 5, 2024, 3:57:05 PM (13 months ago)
- Branches:
- master
- Children:
- 29c8675
- Parents:
- ad47ec4 (diff), 508cff0 (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
rad47ec4 r9bb6c5f 302 302 const ast::ObjectDecl * monitors = declMonitors( out, clause ); 303 303 ast::Type * fptr_t = new ast::PointerType( 304 new ast::FunctionType( ast:: VariableArgs ) );304 new ast::FunctionType( ast::FixedArgs ) ); 305 305 306 306 const ast::VariableExpr * variableExpr =
Note:
See TracChangeset
for help on using the changeset viewer.