Ignore:
Timestamp:
Jun 19, 2020, 5:30:16 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b232745
Parents:
68f36f4
Message:

Modified StackLF to use `next instead of getNext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.hfa

    r68f36f4 r0f89d4f  
    118118static inline void  ?{}(processor & this, const char name[]) { this{name, *mainCluster }; }
    119119
    120 static inline Link(processor) * getNext( processor * this ) { return &this->link; }
     120static inline Link(processor) * ?`next( processor * this ) { return &this->link; }
    121121
    122122//-----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.