From: Kevin Day Date: Fri, 22 Nov 2024 05:53:35 +0000 (-0600) Subject: Bugfix: Add missing _di_f_print_except_in_dynamic_safely_ to private_f_print_except_i... X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=bdd19fec781b34f16fb4463945ad2ddf56f067ae;p=fll Bugfix: Add missing _di_f_print_except_in_dynamic_safely_ to private_f_print_except_in_safely(). --- diff --git a/level_0/f_print/c/private-print.h b/level_0/f_print/c/private-print.h index 0a2c3f1..b701134 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_in_dynamic_partial_safely_) +#if !defined(_di_f_print_except_in_safely_) || !defined(_di_f_print_except_in_dynamic_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_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_in_dynamic_partial_safely_) +#endif // !defined(_di_f_print_except_in_safely_) || !defined(_di_f_print_except_in_dynamic_safely_) || !defined(_di_f_print_except_in_dynamic_partial_safely_) /** * Private implementation of f_print_except_raw().