diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-06 17:31:36 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-06 17:31:36 +0000 |
commit | 471cae7e8f4ff67774283b7379a4a82e81ffe077 (patch) | |
tree | 92a9bb5e65939cb8ca673c996a6e7822b673dbd4 /parse.y | |
parent | 15acd9c6ec983d154df6a591576a1c62df25e926 (diff) |
fix parser: empty lines are allowed
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ typedef struct { %% conf : /* empty */ + | conf nl | conf include nl | conf varset nl | conf option nl |