Changeset 16cfd8c for src/examples/gc_no_raii/src/allocate-pool.c
- Timestamp:
- Apr 21, 2016, 4:54:33 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 8a74081
- Parents:
- 8c8b614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/src/allocate-pool.c
r8c8b614 r16cfd8c 2 2 #define _DARWIN_C_SOURCE /* for MAP_ANON on OS X */ 3 3 4 #ifdef __cforall 5 extern "C"{ 6 #else 7 #error missing cfa define 8 #endif 4 9 5 10 /* for standards info */ … … 24 29 #if _POSIX_VERSION 25 30 #include <sys/mman.h> 26 #endif27 28 #ifdef CFA29 extern "C"{30 31 #endif 31 32 … … 59 60 } 60 61 61 #ifdef CFA62 #ifdef __cforall 62 63 } 63 64 #endif
Note: See TracChangeset
for help on using the changeset viewer.