Ignore:
Timestamp:
Jul 5, 2021, 5:21:01 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8ee4475
Parents:
e49b6f5 (diff), 11ad42f (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
  • doc/theses/andrew_beach_MMath/code/cond-match-r.cfa

    re49b6f5 r0052ada  
    2525int main(int argc, char * argv[]) {
    2626        unsigned int times = 1;
    27         unsigned int total_frames = 1;
    2827        if (1 < argc) {
    2928                times = strtol(argv[1], 0p, 10);
    3029        }
    3130        if (2 < argc) {
    32                 total_frames = strtol(argv[2], 0p, 10);
     31                should_catch = strtol(argv[2], 0p, 10);
    3332        }
    3433
Note: See TracChangeset for help on using the changeset viewer.