Changes in src/Concurrency/Waitfor.cc [a16764a6:73abe95]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Waitfor.cc
ra16764a6 r73abe95 250 250 Statement * GenerateWaitForPass::postmutate( WaitForStmt * waitfor ) { 251 251 if( !decl_monitor || !decl_acceptable || !decl_mask ) 252 SemanticError( waitfor, "waitfor keyword requires monitors to be in scope, add #include <monitor >" );252 SemanticError( waitfor, "waitfor keyword requires monitors to be in scope, add #include <monitor.hfa>" ); 253 253 254 254 CompoundStmt * stmt = new CompoundStmt();
Note: See TracChangeset
for help on using the changeset viewer.