Changeset cb95634 for libcfa


Ignore:
Timestamp:
May 30, 2020, 6:30:46 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
170235d
Parents:
0163d3e (diff), d6d1f80 (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/containers/list.hfa

    r0163d3e rcb95634  
    118118        Telem& $tempcv_n2e(Tnode &);
    119119        Tnode& $tempcv_e2n(Telem &);
     120
     121        Telem& ?`next(Tnode &);
     122        Telem& ?`prev(Tnode &);
    120123};
    121124
Note: See TracChangeset for help on using the changeset viewer.