diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-09 20:33:46 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-09 20:33:46 -0400 |
| commit | 08ca0370b7bd4cce61723b6d6ec9b85ff38fc51a (patch) | |
| tree | 5e5ff758fb93d10d6a662dd7d85b757db574a219 /src | |
| parent | 05117cef2423ddc5deedf5dd51df28806065d0c8 (diff) | |
Compile with -Oz
Diffstat (limited to 'src')
| -rw-r--r-- | src/native.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
