]> Kevux Git Server - fll/commit
Update: Switch to the global array for print messages for fll_program.
authorKevin Day <Kevin@kevux.org>
Mon, 31 Mar 2025 02:07:05 +0000 (21:07 -0500)
committerKevin Day <Kevin@kevux.org>
Mon, 31 Mar 2025 02:07:05 +0000 (21:07 -0500)
commit66b50b2970155fa7bf5cd183e7b4d7f4ee5cd4ce
tree162164fd2c79637d887b4e4c32380e8de5e8f903
parentae3248ecf75da96e784a107bb688702c1a48db7a
Update: Switch to the global array for print messages for fll_program.

This migrates the string messages to a single array.
At this time the array as a whole is enabled/disabled via the macros.
This may result in more strings included that needed.

This provides a single location to manage the string messages.
This may help with different languages.
19 files changed:
build/disable/level_2/fll_program.h
build/level_2/settings
build/monolithic/settings
build/stand_alone/byte_dump.config.h
build/stand_alone/byte_dump.settings
build/stand_alone/example.config.h
build/stand_alone/example.settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
build/stand_alone/firewall.config.h
build/stand_alone/firewall.settings
build/stand_alone/utf8.config.h
build/stand_alone/utf8.settings
level_2/fll_error/c/error/string.h
level_2/fll_program/c/program.h
level_2/fll_program/c/program/print.c
level_2/fll_program/c/program/string.c [new file with mode: 0644]
level_2/fll_program/c/program/string.h [new file with mode: 0644]
level_2/fll_program/data/build/settings