source: src/examples/gc_no_raii/tools.h @ 0ada2f0

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 0ada2f0 was 15db1ab, checked in by Thierry Delisle <tdelisle@…>, 8 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.