all repos — hex @ e48e14a9e2678407c31e2640fda680197a961fdb

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

Fixes.
h3rald h3rald@h3rald.com
Mon, 25 Nov 2024 16:45:45 +0000
commit

e48e14a9e2678407c31e2640fda680197a961fdb

parent

bd34820566c6fe61cced9db488f2d0f987203041

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

jump to
M hex.chex.c

@@ -3577,6 +3577,7 @@ hex_error("An error occurred while fetching stack contents");

hex_free_list(quotation, count); return 1; } + return 0; } int hex_symbol_clear()