source: src/examples/gc_no_raii/tools.h@ 15db1ab

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 15db1ab was 15db1ab, checked in by Thierry Delisle <tdelisle@…>, 10 years ago

added some files for the garbage collector and hack together the compilation

  • Property mode set to 100644
File size: 168 bytes
Line 
1#pragma once
2
3#ifndef _DEBUG
4#define _DEBUG 0
5#endif
6
7#define DEF_bool 1
8#if DEF_bool
9#define bool _Bool
10#endif
11
12#include "tools/checks.hpp"
13#include "tools/print.hpp"
Note: See TracBrowser for help on using the repository browser.