]> Kevux Git Server - fll/commit
Update: Switch to simple string and cleanup syntax and comments.
authorKevin Day <thekevinday@gmail.com>
Wed, 15 Dec 2021 02:39:03 +0000 (20:39 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 15 Dec 2021 02:39:03 +0000 (20:39 -0600)
commitebaca7255a5773942f4f6c2be517f77ec4280222
treeb48d0700d51641fa519d89f099d2a37c1ab84cdf
parentdcec1cb503d69a1c4ba48a1d70d0f3a772749a5a
Update: Switch to simple string and cleanup syntax and comments.

The f_string_static_t operations_name array can be converted to just an array of f_string_t.
Then the f_string_range_t operations_range can become f_array_length_t operations_length.
Then the operation_name can be removed (it appears to be unused).
Finally The fl_string_dynamic_partial_compare() can become fl_string_dynamic_partial_compare_string().

Update comments and add additional inline comments to help clarify situations.
level_3/fake/c/private-build.c
level_3/fake/c/private-common.h
level_3/fake/c/private-make.c
level_3/fake/c/private-make.h