From: Kevin Day Date: Tue, 4 Jul 2023 03:56:53 +0000 (-0500) Subject: Cleanup: There is no f_print_except_dynamic_in_safely() anymore. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=02539dddb49f326c1cf3f310f46bbb73168813ef;p=fll Cleanup: There is no f_print_except_dynamic_in_safely() anymore. There are no existing references to f_print_except_dynamic_in_safely() so remove the disable macro. I don't remember removing f_print_except_dynamic_in_safely() so hopefully it is intentionally removed. --- diff --git a/level_0/f_print/c/private-print.h b/level_0/f_print/c/private-print.h index 326e93a..04ce4b6 100644 --- a/level_0/f_print/c/private-print.h +++ b/level_0/f_print/c/private-print.h @@ -294,9 +294,9 @@ extern "C" { * @see f_print_except_in_dynamic_safely() * @see f_print_except_in_dynamic_partial_safely() */ -#if !defined(_di_f_print_except_in_safely_) || !defined(_di_f_print_except_dynamic_in_safely_) || !defined(_di_f_print_except_in_dynamic_partial_safely_) +#if !defined(_di_f_print_except_in_safely_) || !defined(_di_f_print_except_in_dynamic_partial_safely_) extern f_status_t private_f_print_except_in_safely(const f_string_t string, const f_number_unsigned_t offset, const f_number_unsigned_t stop, const f_number_unsigneds_t except_at, f_string_ranges_t except_in, const f_file_t file) F_attribute_visibility_internal_d; -#endif // !defined(_di_f_print_except_in_safely_) || !defined(_di_f_print_except_dynamic_in_safely_) || !defined(_di_f_print_except_in_dynamic_partial_safely_) +#endif // !defined(_di_f_print_except_in_safely_) || !defined(_di_f_print_except_in_dynamic_partial_safely_) /** * Private implementation of f_print_except_raw().