aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-03-26 03:46:54 +0800
committerTeddy <ted.sybil@gmail.com>2014-03-26 03:46:54 +0800
commitb5977b972befa8b81cae58deb5a19fc1a5f623fe (patch)
tree07ba564ec6ac120afd06e7ce72d336f0d215b5ed /ast.h
parenteebe59a7e3a8ff255ebde71b0aa89e9ade58d4aa (diff)
...
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 {