Changeset b8454c6 for doc


Ignore:
Timestamp:
Sep 15, 2021, 12:22:30 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
6dc2db9
Parents:
0218d51 (diff), a3769cc (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/throw-empty.cfa

    r0218d51 rb8454c6  
    1111        if (frames) {
    1212                unwind_empty(frames - 1);
     13                if ( frames == -1 ) printf( "42" );                             // prevent recursion optimizations
    1314        } else {
    1415                throw (empty_exception){&empty_vt};
Note: See TracChangeset for help on using the changeset viewer.