diff --git a/parse.y b/parse.y index 797936a3..cdb4e530 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