Changeset d9c44c3 for src/libcfa/assert


Ignore:
Timestamp:
Dec 6, 2016, 4:16:47 PM (7 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/assert

    re4745d7a rd9c44c3  
    1717#define __ASSERT_H__
    1818
     19#ifdef __CFORALL__
    1920extern "C" {
     21#endif //__CFORALL__
     22
    2023        #include <assert.h>
    2124
     
    2932                void __assert_fail_f( const char *assertion, const char *file, unsigned int line, const char *function, const char *fmt, ... ) __attribute__((noreturn));
    3033        #endif
    31 }
     34       
     35#ifdef __CFORALL__
     36} // extern "C"
     37#endif //__CFORALL__
    3238
    3339#endif // __ASSERT_H__
Note: See TracChangeset for help on using the changeset viewer.