Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Waitfor.cpp

    rb6f2e7ab rdb19e1d  
    230230                        ast::ConstantExpr::from_int( location, 0 ),
    231231                        new ast::SizeofExpr( location,
    232                                 new ast::TypeofType(
    233                                         new ast::VariableExpr( location, acceptables ) ) ),
     232                                new ast::VariableExpr( location, acceptables ) ),
    234233                }
    235234        );
Note: See TracChangeset for help on using the changeset viewer.