aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-06 02:17:58 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-06 02:17:58 +0800
commite1fd11de0bad5fa1a852b8fa497b572555448c5a (patch)
treed98caebc238b8f7ab6a7804c9f03d0d6c374b31d /main.c
parentcf59bbeb4d738688837f858c5ddc6c152ecc6dbe (diff)
complex pointer support
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2e7417b..dafcf29 100644
--- a/main.c
+++ b/main.c
@@ -46,7 +46,7 @@ void print_ast() {
void print_sem() {
yyparse();
semantics_check(ast_root);
- cnode_debug_print(ast_root, 1);
+/* cnode_debug_print(ast_root, 1); */
}
void print_help() {