aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-06 17:31:36 +0000
committerOmar Polo <op@omarpolo.com>2024-06-06 17:31:36 +0000
commit471cae7e8f4ff67774283b7379a4a82e81ffe077 (patch)
tree92a9bb5e65939cb8ca673c996a6e7822b673dbd4 /parse.y
parent15acd9c6ec983d154df6a591576a1c62df25e926 (diff)
fix parser: empty lines are allowed
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 797936a..cdb4e53 100644
--- a/parse.y
+++ b/parse.y
@@ -148,6 +148,7 @@ typedef struct {
%%
conf : /* empty */
+ | conf nl
| conf include nl
| conf varset nl
| conf option nl