Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/coroutine/runningTotal.cfa

    r427854b rf8cd310  
    2525void update( RunTotal & rntl, int input ) with( rntl ) { // helper
    2626        total += input;                                                                         // remember between activations
    27         suspend;                                                                                        // inactivate on stack
     27        suspend();                                                                                      // inactivate on stack
    2828}
    2929
Note: See TracChangeset for help on using the changeset viewer.