aboutsummaryrefslogtreecommitdiff
path: root/include/dtree/dtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dtree/dtree.h')
-rw-r--r--include/dtree/dtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dtree/dtree.h b/include/dtree/dtree.h
index 2a62ee7..912030a 100644
--- a/include/dtree/dtree.h
+++ b/include/dtree/dtree.h
@@ -38,7 +38,7 @@ extern "C" {
/* Type that determines what data is stored inside a tree-node */
typedef enum dt_uni_t {
- UNSET, LITERAL, NUMERAL, RECURSIVE, PAIR, POINTER
+ UNSET, LITERAL, NUMERIC, LIST, PAIR, POINTER
} dt_uni_t;