fixes
Fabio Cevasco h3rald@h3rald.com
Tue, 31 Dec 2024 22:47:16 +0100
2 files changed,
1 insertions(+),
2 deletions(-)
M
scripts/test.hex
→
scripts/test.hex
@@ -27,7 +27,6 @@ )
if ) ( - "test" throw ; Store error errors " - Test #" test-count dec cat ": " cat error cat ' cat "errors" : "x" print
M
src/stack.c
→
src/stack.c
@@ -243,7 +243,7 @@ {
if (item == NULL) return; - hex_debug(ctx, "FREE: %s", hex_type(item->type)); + hex_debug_item(ctx, "FREE", item); switch (item->type) {