Changeset 8f5576d5


Ignore:
Timestamp:
Mar 26, 2021, 6:01:38 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3bd5ca7
Parents:
c51124b
Message:

Missed a static inline

File:
1 edited

Legend:

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

    rc51124b r8f5576d5  
    233233};
    234234
    235 void ?{}(mcs_node & this) { this.next = 0p; }
     235static inline void ?{}(mcs_node & this) { this.next = 0p; }
    236236
    237237static inline mcs_node * volatile & ?`next ( mcs_node * node ) {
Note: See TracChangeset for help on using the changeset viewer.