From 08ca0370b7bd4cce61723b6d6ec9b85ff38fc51a Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 9 Jun 2026 20:33:46 -0400 Subject: Compile with -Oz --- src/native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/native.c b/src/native.c index 53927ad..b8cde3d 100644 --- a/src/native.c +++ b/src/native.c @@ -111,7 +111,7 @@ void pit_repl(pit_runtime *rt) { bufcap *= 2; buf = realloc(buf, bufcap); } - pit_value res; + pit_value res = PIT_NIL; pit_lexer lex; pit_parser parse; bool eof = false; -- cgit v1.2.3