Ignore:
Timestamp:
Apr 21, 2016, 4:54:33 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

1 error left

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/gc_no_raii/src/allocate-pool.c

    r8c8b614 r16cfd8c  
    22#define _DARWIN_C_SOURCE /* for MAP_ANON on OS X */
    33
     4#ifdef __cforall
     5extern "C"{
     6#else
     7#error missing cfa define
     8#endif
    49
    510/* for standards info */
     
    2429#if _POSIX_VERSION
    2530#include <sys/mman.h>
    26 #endif
    27 
    28 #ifdef CFA
    29 extern "C"{
    3031#endif
    3132
     
    5960}
    6061
    61 #ifdef CFA
     62#ifdef __cforall
    6263}
    6364#endif
Note: See TracChangeset for help on using the changeset viewer.