Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/alloc.cfa

    ra33704d r45444c3  
    342342        for ( i; dim ) { printf( "%d %g, ", stp1[i].x, stp1[i].y ); }
    343343        printf( "\n" );
    344         adelete( dim, stp, dim, stp1 );
     344        adelete( stp, stp1 );
    345345
    346346        // extras
Note: See TracChangeset for help on using the changeset viewer.