]> Kevux Git Server - fll/commit
Bugfix: Mistakes in disable macros and remove redundant check.
authorKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 00:14:01 +0000 (19:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 00:23:06 +0000 (19:23 -0500)
commitea1a30de7ac29f2a93315a6ae15e46d2e826fbe0
tree82300678d12c9f6af6195dbcca90b6272911db6a
parent124364781fcf11c8567447be25fdba4ac153b254
Bugfix: Mistakes in disable macros and remove redundant check.

Fix numerous disable macro mistakes.
There are several functions that do not have the correct amount of disable macros.
There are several disable macros that have mistakes in the name structure.

The functions private_f_utf_string_append() and private_f_utf_string_append_nulless() are accidentally defined in the dynamic.h header file in addition to the string.h header file.
These should only be defined in one location and the ones defined in dynamic.h are incorrectly located.

Remove redundant errno check for ENOMEM in private_fl_directory_list().
43 files changed:
level_0/f_fss/c/fss.c
level_0/f_fss/c/fss.h
level_0/f_memory/c/memory.c
level_0/f_memory/c/private-memory.c
level_0/f_memory/c/private-memory.h
level_0/f_path/c/path/common.c
level_0/f_path/c/path/common.h
level_0/f_print/c/print/common.c
level_0/f_print/c/print/common.h
level_0/f_utf/c/private-utf_alphabetic.c
level_0/f_utf/c/private-utf_alphabetic.h
level_0/f_utf/c/private-utf_control.c
level_0/f_utf/c/private-utf_control.h
level_0/f_utf/c/private-utf_digit.c
level_0/f_utf/c/private-utf_digit.h
level_0/f_utf/c/private-utf_numeric.c
level_0/f_utf/c/private-utf_numeric.h
level_0/f_utf/c/private-utf_phonetic.c
level_0/f_utf/c/private-utf_phonetic.h
level_0/f_utf/c/private-utf_punctuation.c
level_0/f_utf/c/private-utf_punctuation.h
level_0/f_utf/c/private-utf_symbol.c
level_0/f_utf/c/private-utf_symbol.h
level_0/f_utf/c/private-utf_whitespace.c
level_0/f_utf/c/private-utf_whitespace.h
level_0/f_utf/c/private-utf_word.c
level_0/f_utf/c/private-utf_word.h
level_0/f_utf/c/utf/is.c
level_0/f_utf/c/utf/map_multi.c
level_0/f_utf/c/utf/private-dynamic.c
level_0/f_utf/c/utf/private-dynamic.h
level_0/f_utf/c/utf/private-map.c
level_0/f_utf/c/utf/private-map_multi.c
level_0/f_utf/c/utf/private-string.c
level_0/f_utf/c/utf/private-string.h
level_0/f_utf/c/utf/private-triple.c
level_1/fl_directory/c/private-directory.c
level_1/fl_directory/c/private-directory.h
level_1/fl_fss/c/fss/macro.h
level_1/fl_print/c/private-print.c
level_1/fl_print/c/private-print.h
level_1/fl_string/c/private-string.c
level_1/fl_string/c/private-string.h