Changeset 7cd8827 for examples/gc_no_raii/src/tools
- Timestamp:
- Aug 14, 2018, 4:10:58 PM (8 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, stuck-waitfor-destruct
- Children:
- 636e1b9
- Parents:
- c3a8ecd (diff), 5a5d31a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- examples/gc_no_raii/src/tools
- Files:
-
- 4 moved
-
checks.h (moved) (moved from src/examples/gc_no_raii/src/tools/checks.h )
-
print.c (moved) (moved from src/examples/gc_no_raii/src/tools/print.c )
-
print.h (moved) (moved from src/examples/gc_no_raii/src/tools/print.h ) (1 diff)
-
worklist.h (moved) (moved from src/examples/gc_no_raii/src/tools/worklist.h ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
examples/gc_no_raii/src/tools/print.h
rc3a8ecd r7cd8827 3 3 // #ifndef NDEBUG 4 4 // 5 // #include <fstream >5 // #include <fstream.hfa> 6 6 // 7 7 // #define DEBUG_OUT(x) sout | x | endl; -
examples/gc_no_raii/src/tools/worklist.h
rc3a8ecd r7cd8827 10 10 #endif 11 11 12 #include <vector >12 #include <vector.hfa> 13 13 14 14 typedef vector(intptr_t*, heap_allocator(intptr_t*)) worklist_t;
Note:
See TracChangeset
for help on using the changeset viewer.