]> Kevux Git Server - fll/commit
Update: Add missing header and add/update static variables relating to strings.
authorKevin Day <thekevinday@gmail.com>
Thu, 10 Dec 2020 04:09:41 +0000 (22:09 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 10 Dec 2020 04:14:17 +0000 (22:14 -0600)
commit312ed47664dbe56a2b761e80713fc2458a4f5728
tree8ebc589cef885610f29db82033f815a9d6f23454
parent07a465bd520f866c2d9bea486a5e4b6e45166835
Update: Add missing header and add/update static variables relating to strings.

The string.h header is not being directly included by f_color and should be.
Also add the missing dependency.

This adds a small amount of static variables.
There is more work to do in this regard, such as with f_file related strings.

Replace fll_error_string_null_s with f_color_set_string_null_s.
Utilize f_string_empty_s in place of "".

This skips making changes in controller.
The appropriate changes will be made in the appropriate work in Progress commit.
18 files changed:
level_0/f_color/c/color.h
level_0/f_color/data/build/dependencies
level_0/f_file/c/file-common.h
level_0/f_string/c/string.h
level_2/fll_error/c/error-common.h
level_2/fll_error/c/error.c
level_2/fll_error/c/private-error.c
level_3/control/c/control.c
level_3/fake/c/private-build.c
level_3/fake/c/private-fake.c
level_3/fake/c/private-make.c
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_embedded_list_write/c/fss_embedded_list_write.c
level_3/fss_extended_list_write/c/fss_extended_list_write.c
level_3/fss_extended_write/c/fss_extended_write.c
level_3/iki_write/c/iki_write.c
level_3/init/c/init.c