summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/format.h b/format.h
index 37e5e21a..3d45a2d0 100644
--- a/format.h
+++ b/format.h
@@ -17,6 +17,9 @@ struct element_t
enum kind_t {
STRING,
VALUE_EXPR,
+ SOURCE,
+ BEG_POS,
+ END_POS,
DATE_STRING,
CLEARED,
CODE,