]> Kevux Git Server - fll/commit
Update: Make *_t_clear() functionality consistent and fix existing problems.
authorKevin Day <Kevin@kevux.org>
Sun, 30 Nov 2025 21:56:48 +0000 (15:56 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 1 Dec 2025 00:32:26 +0000 (18:32 -0600)
commit5594e1af3270c7dec5811c393d0d4f0f8b50e5ba
tree5b6a1763cff4bd77577f75e9165d8409ce7622a9
parent64a0e7a46367b35e4dfef188b3227326731f601e
Update: Make *_t_clear() functionality consistent and fix existing problems.

These were being removed at one point in time, resulting in an inconsistent declaration of these macros.
The memory clear macros were also removed, but some of the uses still (incorrectly) remained.

Ensure that these `*_t_clear()` macros are encased in a brace defined block.

Do not use semi-colons at the end of the `*_t_clear()` uses.
Do use semi-colons at the end of `*_t_clear()` direct property assignments.
112 files changed:
level_0/f_abstruse/c/abstruse/abstruse.h
level_0/f_abstruse/c/abstruse/map.h
level_0/f_account/c/account/common.h
level_0/f_color/c/color/common.h
level_0/f_console/c/console/common.h
level_0/f_control_group/c/control_group/common.h
level_0/f_conversion/c/conversion/common.h
level_0/f_directory/c/directory/listing.h
level_0/f_directory/c/directory/recurse_do.h
level_0/f_directory/c/directory/status.h
level_0/f_execute/c/execute/common.h
level_0/f_fss/c/fss/item.h
level_0/f_fss/c/fss/named.h
level_0/f_fss/c/fss/nest.h
level_0/f_fss/c/fss/set.h
level_0/f_fss/c/fss/set_quote.h
level_0/f_fss/c/fss/simple_packet.h
level_0/f_iki/c/iki/common.h
level_0/f_limit/c/limit/set.h
level_0/f_limit/c/limit/value.h
level_0/f_network/c/network/common.h
level_0/f_schedule/c/schedule/common.h
level_0/f_signal/c/signal/common.h
level_0/f_socket/c/socket/address.h
level_0/f_socket/c/socket/socket.h
level_0/f_string/c/string/map.h
level_0/f_string/c/string/map_multi.h
level_0/f_string/c/string/map_multis.h
level_0/f_string/c/string/map_multiss.h
level_0/f_string/c/string/maps.h
level_0/f_string/c/string/mapss.h
level_0/f_string/c/string/statics.h
level_0/f_string/c/string/staticss.h
level_0/f_string/c/string/triple.h
level_0/f_string/c/string/triples.h
level_0/f_string/c/string/tripless.h
level_0/f_thread/c/thread/attributes.h
level_0/f_thread/c/thread/attributess.h
level_0/f_thread/c/thread/barrier_attribute.h
level_0/f_thread/c/thread/barrier_attributes.h
level_0/f_thread/c/thread/barrier_attributess.h
level_0/f_thread/c/thread/barrier_full.h
level_0/f_thread/c/thread/barrier_fulls.h
level_0/f_thread/c/thread/barrier_fullss.h
level_0/f_thread/c/thread/barriers.h
level_0/f_thread/c/thread/condition.h
level_0/f_thread/c/thread/condition_attributes.h
level_0/f_thread/c/thread/condition_attributess.h
level_0/f_thread/c/thread/condition_full.h
level_0/f_thread/c/thread/condition_fulls.h
level_0/f_thread/c/thread/condition_fullss.h
level_0/f_thread/c/thread/conditions.h
level_0/f_thread/c/thread/conditionss.h
level_0/f_thread/c/thread/ids.h
level_0/f_thread/c/thread/idss.h
level_0/f_thread/c/thread/keys.h
level_0/f_thread/c/thread/keyss.h
level_0/f_thread/c/thread/lock.h
level_0/f_thread/c/thread/lock_attributes.h
level_0/f_thread/c/thread/lock_attributess.h
level_0/f_thread/c/thread/lock_full.h
level_0/f_thread/c/thread/lock_fulls.h
level_0/f_thread/c/thread/lock_fullss.h
level_0/f_thread/c/thread/locks.h
level_0/f_thread/c/thread/lockss.h
level_0/f_thread/c/thread/mutex.h
level_0/f_thread/c/thread/mutex_attributes.h
level_0/f_thread/c/thread/mutex_attributess.h
level_0/f_thread/c/thread/mutex_full.h
level_0/f_thread/c/thread/mutex_fulls.h
level_0/f_thread/c/thread/mutex_fullss.h
level_0/f_thread/c/thread/mutexs.h
level_0/f_thread/c/thread/mutexss.h
level_0/f_thread/c/thread/onces.h
level_0/f_thread/c/thread/oncess.h
level_0/f_thread/c/thread/semaphores.h
level_0/f_thread/c/thread/semaphoress.h
level_0/f_thread/c/thread/spins.h
level_0/f_thread/c/thread/spinss.h
level_0/f_type/c/type/cell.h
level_0/f_type/c/type/file.h
level_0/f_type/c/type/fll.h
level_0/f_type/c/type/mode.h
level_0/f_type/c/type/number.h
level_0/f_type/c/type/pid.h
level_0/f_type/c/type/quantity.h
level_0/f_type/c/type/range.h
level_0/f_type/c/type/range_double.h
level_0/f_type/c/type/state.h
level_0/f_type/c/type/status.h
level_0/f_type/c/type/time.h
level_0/f_utf/c/utf/dynamic.h
level_0/f_utf/c/utf/dynamics.h
level_0/f_utf/c/utf/dynamicss.h
level_0/f_utf/c/utf/map.h
level_0/f_utf/c/utf/map_multi.h
level_0/f_utf/c/utf/map_multis.h
level_0/f_utf/c/utf/map_multiss.h
level_0/f_utf/c/utf/maps.h
level_0/f_utf/c/utf/mapss.h
level_0/f_utf/c/utf/static.h
level_0/f_utf/c/utf/statics.h
level_0/f_utf/c/utf/staticss.h
level_0/f_utf/c/utf/triple.h
level_0/f_utf/c/utf/triples.h
level_0/f_utf/c/utf/tripless.h
level_1/fl_conversion/c/conversion/common.h
level_1/fl_execute/c/execute/common.h
level_1/fl_fss/c/fss/embedded_list.h
level_1/fl_fss/c/fss/payload/type.h
level_1/fl_print/c/print/common.h
level_2/fll_program/c/program/common.h