Changeset bf71cfd for libcfa/prelude/builtins.c
- Timestamp:
- Aug 1, 2018, 6:24:51 PM (5 years ago)
- 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 25a9b5a
- Parents:
- e614d73
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/builtins.c
re614d73 rbf71cfd 18 18 typedef unsigned long long __cfaabi_abi_exception_type_t; 19 19 20 #include "../ libcfa/virtual.h"21 #include "../ libcfa/exception.h"20 #include "../src/virtual.h" 21 #include "../src/exception.h" 22 22 23 23 void exit( int status, const char fmt[], ... ) __attribute__ (( format(printf, 2, 3), __nothrow__, __leaf__, __noreturn__ ));
Note: See TracChangeset
for help on using the changeset viewer.