Include dbg.h to third-party libs

This commit is contained in:
data-man
2020-04-28 17:44:48 +05:00
committed by Andrew Kelley
parent 1b201f460f
commit c8b4cc2ff9
5 changed files with 910 additions and 0 deletions

View File

@@ -19,6 +19,11 @@
#include "target.hpp"
#include "tokenizer.hpp"
#ifndef NDEBUG
#define DBG_MACRO_NO_WARNING
#include <dbg.h>
#endif
struct AstNode;
struct ZigFn;
struct Scope;