aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-18 01:17:11 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-18 01:17:11 -0400
commitb6db9c7c1b8e2cef958b892b067aa565f4c5e403 (patch)
tree33b627bb0d2f0ae67812c74941f0649ad52fdf53 /state.h
parent87338246fbf60e044f8aaba53032661c1796e0f9 (diff)
allow free result
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
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;