Changeset 4ef8fb3 for src/examples/gc_no_raii/src/tools/worklist.h
- Timestamp:
- May 4, 2016, 10:45:18 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- eb4f201
- Parents:
- 8a74081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/src/tools/worklist.h
r8a74081 r4ef8fb3 1 1 #pragma once 2 2 3 #ifdef __cforall 4 extern "C" { 5 #endif 3 6 #include <stddef.h> 4 7 #include <stdint.h> 8 #ifdef __cforall 9 } 10 #endif 5 11 6 12 #include "vector.h"
Note: See TracChangeset
for help on using the changeset viewer.