Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/coroutine

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