diff --git a/parse.y b/parse.y index 5c04b25..04254f4 100644 --- a/parse.y +++ b/parse.y @@ -148,7 +148,7 @@ typedef struct { %% /* - * Allow + * Allow empty lines at the start of the configuration. */ grammar : nl conf | conf ;