Changes in / [c248b39:f107afe]


Ignore:
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/enum.cfa

    rc248b39 rf107afe  
    4747//      printf( "N %d\n", N );
    4848        int r = 0;
    49 //      for ( s; E : r; 0~@ ) {
     49        // for ( s; E : r; 0~@ ) {
    5050        for ( s; E ) {                                                                          // scan string rows gathering lengths
    5151                lnths[r] = strlen( label( s ) );
     
    6161        for ( c; max ) {                                                                        // scan columns of the label matix (some columns missing)
    6262                int args = fmt( is, "%c", &ch );                                // read character
     63//              fprintf( stderr, "fmt args: %d eof: %d\n", args, eof(is) );
    6364          if ( eof( is ) ) {
    6465//                      fprintf( stderr, "Eof1\n" );
Note: See TracChangeset for help on using the changeset viewer.