diff --git a/parse.y b/parse.y index cdb4e530..5c04b254 100644 --- a/parse.y +++ b/parse.y @@ -147,8 +147,13 @@ typedef struct { %% +/* + * Allow + */ +grammar : nl conf | conf + ; + conf : /* empty */ - | conf nl | conf include nl | conf varset nl | conf option nl