summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2008-02-27 23:40:59 +0000
committerJan Kneschke <jan@kneschke.de>2008-02-27 23:40:59 +0000
commit280237898ed42793ad8ab1c5d2383dfec7714ba0 (patch)
tree431d3d94c1c92b04f1abf2c1d70a653fc48d9ccf
parentdf642d57ee4ad1330254e8f71747ebace8873746 (diff)
downloadlighttpd-git-280237898ed42793ad8ab1c5d2383dfec7714ba0.tar.gz
fixed warning about incompatible assignment
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2102 152afb58-edef-0310-8abb-c4023f1b3aa9
-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 *}