Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/coroutine

    r9cc0472 r91c389a  
    1010// Author           : Thierry Delisle
    1111// Created On       : Mon Nov 28 12:27:26 2016
    12 // Last Modified By : Thierry Delisle
    13 // Last Modified On : Mon Nov 28 12:27:26 2016
    14 // Update Count     : 0
     12// Last Modified By : Peter A. Buhr
     13// Last Modified On : Thu Jul 20 15:21:53 2017
     14// Update Count     : 1
    1515//
    1616
     
    1818#define COROUTINES_H
    1919
    20 #include "assert"
     20#include <assert.h>
    2121#include "invoke.h"
    2222
     
    6363
    6464// Get current coroutine
    65 extern thread_local coroutine_desc * volatile this_coroutine;
     65extern volatile thread_local coroutine_desc * this_coroutine;
    6666
    6767// Private wrappers for context switch and stack creation
Note: See TracChangeset for help on using the changeset viewer.