blob: 6b3338ff590c5a393ec86cfcd39fd98a3cb2e870 [file] [log] [blame]
#ifndef _N3_DEBUG_H_
#define _N3_DEBUG_H_
#if 0
#define DEBUG 1
#define WITH_COLOR 1
#define N3_COMPILE 2
#define N3_EXECUTE 2
#define N3_LOAD 1
#else
#define DEBUG 0
#define WITH_COLOR 0
#define N3_COMPILE 0
#define N3_EXECUTE 0
#define N3_LOAD 0
#endif
#include "debug.h"
#endif