all repos — hex @ adcfba3e3932d3d5053c8e4a8b9a1c28085d6ae9

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Wed, 01 Jan 2025 15:06:46 +0000
commit

adcfba3e3932d3d5053c8e4a8b9a1c28085d6ae9

parent

d7a1bbcf8d262c2ef040a4508e80bf8430badb79

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/interpreter.csrc/interpreter.c

@@ -23,7 +23,6 @@ context->stack_trace->entries = malloc(HEX_STACK_TRACE_SIZE * sizeof(hex_token_t));

context->stack_trace->start = 0; context->stack_trace->size = 0; context->cleanup_stack = malloc(sizeof(hex_cleanup_stack_t)); - context->cleanup_stack->entries = {NULL}; context->cleanup_stack->count = 0; context->settings = malloc(sizeof(hex_settings_t)); context->settings->debugging_enabled = 0;