From b6db9c7c1b8e2cef958b892b067aa565f4c5e403 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 18 Oct 2025 01:17:11 -0400 Subject: allow free result --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') diff --git a/state.h b/state.h index b2cadd0..877c70a 100644 --- a/state.h +++ b/state.h @@ -94,6 +94,7 @@ typedef struct { // arguments int lines; + bool allow_free_result; // state char* input_buffer; -- cgit v1.2.3