aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 77d2c9b..a6c5c4a 100644
--- a/ast.h
+++ b/ast.h
@@ -23,6 +23,8 @@
#define STMT_RET 1041
#define MAX_CHDN 1024
+#define MAX_DEBUG_PRINT_BUFF 1024
+#define MAX_DEBUG_PRINT_LVL 1024
typedef struct CNode {
enum {