source: src/examples/gc_no_raii/src/tools/print.h @ 08a40fd

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 08a40fd was a2b2761, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

moved files src dir and added cofigurations to run preprocessor on cfiles

  • Property mode set to 100644
File size: 159 bytes
RevLine 
[15db1ab]1#pragma once
2
3#if _DEBUG
4
5#include "fstream.h"
6
7extern ofstream *sout;
8
[e47f529]9#define DEBUG_OUT(x) sout | x | endl;
[15db1ab]10
11#else
12
[e47f529]13#define DEBUG_OUT(x)
[15db1ab]14
15#endif //NO_CHECKS
Note: See TracBrowser for help on using the repository browser.