Changes in src/Concurrency/Corun.cpp [7a780ad:ca9d65e]
- File:
-
- 1 edited
-
src/Concurrency/Corun.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Corun.cpp
r7a780ad rca9d65e 130 130 new ObjectDecl( loc, 131 131 numProcsName, 132 new BasicType( Basic Kind::UnsignedInt ),132 new BasicType( BasicType::Kind::UnsignedInt ), 133 133 new SingleInit( loc, 134 134 new UntypedExpr( loc, … … 146 146 new ObjectDecl( loc, 147 147 currProcsName, 148 new BasicType( Basic Kind::UnsignedInt ),148 new BasicType( BasicType::Kind::UnsignedInt ), 149 149 new SingleInit( loc, ConstantExpr::from_int( loc, 0 ) ) 150 150 )
Note:
See TracChangeset
for help on using the changeset viewer.