all repos — hex @ 5bac6b9174aede7596e49b59d97f64ae587a1cc6

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

Fixes.
h3rald h3rald@h3rald.com
Tue, 26 Nov 2024 15:00:55 +0100
commit

5bac6b9174aede7596e49b59d97f64ae587a1cc6

parent

ce541423a6f1ef5da5f7a781ed284e2b67235335

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

jump to
M hex.chex.c

@@ -801,7 +801,7 @@

// Print the stack trace void print_stack_trace() { - if (HEX_STACK_TRACE && HEX_ERRORS) + if (!HEX_STACK_TRACE || !HEX_ERRORS) { return; }