Changeset bd06384 for src/Concurrency
- Timestamp:
 - Mar 22, 2018, 4:49:53 PM (8 years ago)
 - Branches:
 - new-env, with_gc
 - Children:
 - dbc2c2c
 - Parents:
 - 7e4b44db
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Concurrency/Keywords.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Concurrency/Keywords.cc
r7e4b44db rbd06384 19 19 #include <string> // for string, operator== 20 20 21 #include "Common/GC.h" // for new_static_root 21 22 #include "Common/PassVisitor.h" // for PassVisitor 22 23 #include "Common/SemanticError.h" // for SemanticError … … 203 204 }; 204 205 205 Type* MutexKeyword::generic_func = new FunctionType{ noQualifiers, true };206 Type* MutexKeyword::generic_func = new_static_root<FunctionType>( noQualifiers, true ); 206 207 207 208 //-----------------------------------------------------------------------------  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.