summaryrefslogtreecommitdiff
path: root/src/configparser.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/configparser.y')
-rw-r--r--src/configparser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configparser.y b/src/configparser.y
index 29068a59..ea1197dc 100644
--- a/src/configparser.y
+++ b/src/configparser.y
@@ -122,6 +122,7 @@ metaline ::= EOL.
%type aelement {data_unset *}
%type condline {data_config *}
%type condlines {data_config *}
+%type global {data_config *}
%type aelements {array *}
%type array {array *}
%type key {buffer *}