From 77b230a61638c877c646517fa870c3f490b8505f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Feb 2019 02:04:04 +0100 Subject: Add toggle for node data output. --- graphs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphs.c b/graphs.c index 3550ddf5..ab10286b 100644 --- a/graphs.c +++ b/graphs.c @@ -104,6 +104,7 @@ int trie_to_dot_helper ( TRIE_NODE(T)* root, FILE* f ) { TRIE_NODE(T)* child = root->child; // ---------------------------------------- +#if 0 /* Toggle values */ if (root->value != NULL) { FOR(LLIST(content_set), link, &L(root)->val) { @@ -129,6 +130,7 @@ int trie_to_dot_helper ( TRIE_NODE(T)* root, FILE* f ) { } } } +#endif // ---------------------------------------- -- cgit v1.2.3