all repos — hex @ e672433747a69aec764610e8d77bf5a6c3c6c838

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

Fixes.
h3rald h3rald@h3rald.com
Sat, 07 Dec 2024 19:44:12 +0100
commit

e672433747a69aec764610e8d77bf5a6c3c6c838

parent

7307e848979aa0fbfaeac09a9e21818c9c28365e

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

jump to
M hex.chex.c

@@ -3884,9 +3884,10 @@ fclose(file);

return content; } -#if defined(BROWSER) +#if defined(BROWSER) && defined(__EMSCRIPTEN__) static void prompt() { + printf(">>\n"); // no prompt needed on browser } #elif !defined(BROWSER) && defined(__EMSCRIPTEN__)