parser: Don't return error in parse_ifndef()

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-02-15 16:17:19 -05:00
parent c1d128cf20
commit 8a47858fb7

View File

@@ -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;