]> Kevux Git Server - fll/commit
Update: Wrap the static inline functions private_inline_f_print_to_error in custom...
authorKevin Day <kevin@kevux.org>
Sat, 5 Aug 2023 00:36:26 +0000 (19:36 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 5 Aug 2023 00:36:26 +0000 (19:36 -0500)
commit0c5bb1a52b1b300359f0dd4a3edc77b36a5649b4
treea7ef9149c6c4f226fb5e415dcc5431a822db0cad
parentbf1b4ac0c0067a6d19959f1cca962472a6e82810
Update: Wrap the static inline functions private_inline_f_print_to_error in custom disable macros.

As an exception case, wrap the private_inline_f_print_to_error() in _di_private_inline_private_f_print_to_error_ and _di_private_inline_f_print_to_error_ as appropriate.
Using a define condition on all of the possible cases would be difficult to manage.

An explicit define is simpler and easier in this exceptional case.
build/stand_alone/fake.config.h
level_0/f_print/c/print/private-to.c
level_0/f_print/c/print/to.c