Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/channels/contend.cfa

    rd96f7c4 r50be8af5  
    128128                if ( strcmp( argv[2], "d" ) != 0 ) {                    // default ?
    129129                        ChannelSize = ato( argv[2] );
    130                         if ( ChannelSize < 1 ) fallthrough default;
     130                        if ( ChannelSize < 1 ) fallthru default;
    131131                } // if
    132132          case 2:
    133133                if ( strcmp( argv[1], "d" ) != 0 ) {                    // default ?
    134134                        Processors = ato( argv[1] );
    135                         if ( Processors < 1 ) fallthrough default;
     135                        if ( Processors < 1 ) fallthru default;
    136136                } // if
    137137          case 1:                                                                                       // use defaults
Note: See TracChangeset for help on using the changeset viewer.