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