- Timestamp:
- Feb 2, 2023, 11:08:48 AM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 2d028039, 98a2b1dc
- Parents:
- a64137f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Actors.cpp
ra64137f rccf1d99 180 180 }; 181 181 182 #define __ALLOC 0 182 #define __ALLOC 0 // C_TODO: complete swap to no-alloc version 183 183 184 184 struct GenReceiveDecls : public ast::WithDeclsToAdd<> { … … 225 225 return receiver; 226 226 } 227 */ 227 */ // C_TODO: update this with new no alloc version 228 228 CompoundStmt * sendBody = new CompoundStmt( decl->location ); 229 229
Note: See TracChangeset
for help on using the changeset viewer.