Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Waitfor.cpp

    rc92bdcc rdb19e1d  
    302302        const ast::ObjectDecl * monitors = declMonitors( out, clause );
    303303        ast::Type * fptr_t = new ast::PointerType(
    304                         new ast::FunctionType( ast::VariableArgs ) );
     304                        new ast::FunctionType( ast::FixedArgs ) );
    305305
    306306        const ast::VariableExpr * variableExpr =
Note: See TracChangeset for help on using the changeset viewer.