Changes in src/Concurrency/Waitfor.cpp [c92bdcc:db19e1d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Waitfor.cpp
rc92bdcc rdb19e1d 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.