Changeset 67b421c
- Timestamp:
 - May 12, 2021, 2:25:58 PM (4 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 69914cbc
 - Parents:
 - 7d51ef8
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Concurrency/Keywords.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Concurrency/Keywords.cc
r7d51ef8 r67b421c 432 432 new ObjectDecl( 433 433 Virtual::concurrentDefaultVTableName(), 434 Type::Const,434 noStorageClasses, 435 435 LinkageSpec::Cforall, 436 436 /* bitfieldWidth */ nullptr, … … 504 504 new ObjectDecl( 505 505 Virtual::concurrentDefaultVTableName(), 506 Type:: Const,506 Type::StorageClasses( Type::Extern ), 507 507 LinkageSpec::Cforall, 508 508 /* bitfieldWidth */ nullptr,  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.