all repos — hex @ e5e4fe034cdb0dc526d602f90f57d71c02786e71

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

Fixes
Fabio Cevasco h3rald@h3rald.com
Tue, 31 Dec 2024 21:58:45 +0100
commit

e5e4fe034cdb0dc526d602f90f57d71c02786e71

parent

f8dc6a88e7b96f20edf6e7259dda282c8e18f8f3

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

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

@@ -243,7 +243,7 @@ {

if (item == NULL) return; - hex_debug_item(ctx, "FREE", item); + hex_debug(ctx, "FREE: %s", hex_type(item->type)); switch (item->type) {