source: src/examples/gc_no_raii/src/tools/worklist.h @ bee4283

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since bee4283 was bee4283, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

GC files now compile, still working on a compiling example

  • Property mode set to 100644
File size: 202 bytes
RevLine 
[d67a9a1]1#pragma once
2
[4ef8fb3]3#ifdef __cforall
4extern "C" {
5#endif
[d67a9a1]6#include <stddef.h>
7#include <stdint.h>
[4ef8fb3]8#ifdef __cforall
9}
10#endif
[d67a9a1]11
[bee4283]12#include <vector>
[c44e622]13
[eb38dd5]14typedef vector(intptr_t*, heap_allocator(intptr_t*)) worklist_t;
Note: See TracBrowser for help on using the repository browser.