summaryrefslogtreecommitdiff
path: root/src/sp_tree.h
diff options
context:
space:
mode:
authorxXx-caillou-xXx2017-12-21 15:38:20 +0100
committerjvoisin2017-12-21 15:38:20 +0100
commitf9da3ecb31683f77e899e57f780c04d772490558 (patch)
tree9f876d6fe170349aade28de8e51ea21702fb70f5 /src/sp_tree.h
parent6b6598098a205fadc90c72d510f90b431f77739e (diff)
Remove the now useless `validate_str` function
Diffstat (limited to '')
-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