Ignore:
Timestamp:
Dec 6, 2016, 4:16:47 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
fa66f4e
Parents:
e4745d7a
Message:

Implemented coroutine for i386 and added coroutines to tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdhdr/assert.h

    re4745d7a rd9c44c3  
    1414//
    1515
     16#ifdef __CFORALL__
    1617extern "C" {
    17 #include_next <assert.h>                                                                // has internal check for multiple expansion
     18#endif //__CFORALL__
     19
     20// has internal check for multiple expansion
     21#include_next <assert.h>
     22
     23#ifdef __CFORALL__
    1824} // extern "C"
     25#endif //__CFORALL__
    1926
    2027// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.