Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/coroutine/pingpong.cfa

    r1427e90 r107b01a  
    2424
    2525void ?{}( PingPong & this, const char * name, unsigned int N, PingPong & part ) {
    26         (this.__cor){name};
    2726        this.name = name;
    2827        this.N = N;
Note: See TracChangeset for help on using the changeset viewer.