parser: Don't return error in parse_ifndef()
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -249,7 +249,6 @@ parse_ifndef(struct rifle_state *state, struct token *tok)
|
||||
|
||||
if (symbol != NULL) {
|
||||
parse_skip_to_endif(state, tok);
|
||||
return -1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user