all repos — hex @ 480e85d0d088b7c1c84480f318c26247297d1471

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

Fixes.
h3rald h3rald@h3rald.com
Tue, 26 Nov 2024 07:41:40 +0100
commit

480e85d0d088b7c1c84480f318c26247297d1471

parent

0c04b3e838da57e1a1d564d9df670e4a6ca0490b

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

jump to
M hex.hhex.h

@@ -98,9 +98,9 @@ int size;

} hex_registry_t; // TODO: refactor and use this -typedef struct hext_settings_t +typedef struct hex_settings_t { - int debug_enabled; + int debugging_enabled; int errors_enabled; int stack_trace_enabled; } hex_settings_t;