Changes in src/Concurrency/Corun.cpp [37273c8:3d9d017]
- File:
-
- 1 edited
-
src/Concurrency/Corun.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Corun.cpp
r37273c8 r3d9d017 113 113 new FunctionDecl( loc, 114 114 fnName, // name 115 {}, // forall 115 116 { 116 117 new ObjectDecl( loc, … … 260 261 new FunctionDecl( loc, 261 262 fnName, // name 263 {}, // forall 262 264 {}, // params 263 265 {}, // return
Note:
See TracChangeset
for help on using the changeset viewer.