- File:
-
- 1 edited
-
tests/concurrency/actors/dynamic.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/actors/dynamic.cfa
rd96f7c4 r6a6e205 37 37 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? 38 38 Times = ato( argv[1] ); 39 if ( Times < 1 ) fallthr oughdefault;39 if ( Times < 1 ) fallthru default; 40 40 } // if 41 41 case 1: // use defaults
Note:
See TracChangeset
for help on using the changeset viewer.