summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index 12f12e8..6d091ae 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -115,6 +115,7 @@ typedef struct {
115 115
116typedef struct { 116typedef struct {
117 sp_node_t *construct_include; // list of rules for `(include|require)_(once)?` 117 sp_node_t *construct_include; // list of rules for `(include|require)_(once)?`
118 sp_node_t *construct_eval;
118 sp_node_t *construct_echo; 119 sp_node_t *construct_echo;
119} sp_config_disabled_constructs; 120} sp_config_disabled_constructs;
120 121