aboutsummaryrefslogtreecommitdiff
path: root/trie.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-06 12:08:58 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-06 12:08:58 +0100
commitaf3cc906185d7273cf82b1339b63843062898120 (patch)
tree01d9cff85d6c4dfee3185a2402745d721f3636e8 /trie.h
parentRemove GC. (diff)
downloadcalp-af3cc906185d7273cf82b1339b63843062898120.tar.gz
calp-af3cc906185d7273cf82b1339b63843062898120.tar.xz
Code cleanup and add documentation.
Diffstat (limited to 'trie.h')
-rw-r--r--trie.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/trie.h b/trie.h
index 916f672f..77d0020f 100644
--- a/trie.h
+++ b/trie.h
@@ -8,6 +8,11 @@
#define TRIE(T) TEMPL(trie, T)
#define TRIE_NODE(T) TEMPL(trie_node, T)
+/*
+ * TODO
+ * The DOT functions are for generating graphviz framgments. They
+ * realy should be moved away from here.
+ */
#define TRIE_DOT(T) TP(trie_to_dot__, T)
#define TRIE_DOT_HELP(T) TP(trie_to_dot_helper__, T)