summaryrefslogtreecommitdiff
path: root/src/sp_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_tree.h')
-rw-r--r--src/sp_tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_tree.h b/src/sp_tree.h
index c831736..d29d095 100644
--- a/src/sp_tree.h
+++ b/src/sp_tree.h
@@ -7,10 +7,10 @@ typedef enum {
7 OBJECT, 7 OBJECT,
8 ARRAY, 8 ARRAY,
9 ARRAY_END, 9 ARRAY_END,
10 STRING_DELIMITER, 10 INTERPRETED_STRING,
11 LITERAL_STRING,
11 CLASS, 12 CLASS,
12 VAR, 13 VAR,
13 ESC_STRING_DELIMITER,
14 CONSTANT 14 CONSTANT
15} elem_type; 15} elem_type;
16 16