save
authorOlivier Matz <zer0@droids-corp.org>
Thu, 3 Aug 2017 20:28:48 +0000 (22:28 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 3 Aug 2017 20:28:48 +0000 (22:28 +0200)
lib/ecoli_node_expr.c

index 78b6755..cbc9441 100644 (file)
@@ -209,6 +209,7 @@ static int ec_node_expr_build(struct ec_node *gen_node)
        weak = NULL;
 
        node->child = expr;
+       ec_node_dump(stdout, node->child); //XXX
 
        return 0;