Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r6b33e89 r55b060d  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Apr 23 15:27:18 2025
    13 // Update Count     : 61
     12// Last Modified On : Wed Aug 30 21:27:51 2023
     13// Update Count     : 60
    1414//
    1515
     
    259259        }
    260260
    261                 static inline thread$ * volatile & next( thread$ * this ) {
     261                static inline thread$ * volatile & ?`next ( thread$ * this ) {
    262262                        return this->user_link.next;
    263263                }
Note: See TracChangeset for help on using the changeset viewer.