Changeset e6128959 for libcfa/src


Ignore:
Timestamp:
Jul 18, 2024, 9:58:21 PM (18 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d68a3f7, e3260aa1
Parents:
cd1d721 (diff), f107afe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/enum.cfa

    rcd1d721 re6128959  
    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.