Eric Blake <ebl...@redhat.com> writes: > On Fri, Mar 17, 2023 at 07:10:52AM +0100, Markus Armbruster wrote: >> Eric Blake <ebl...@redhat.com> writes: >> >> > On Thu, Mar 16, 2023 at 08:13:22AM +0100, Markus Armbruster wrote: >> >> Union TestIfUnion is conditional on macros TEST_IF_UNION and >> >> TEST_IF_STRUCT. It uses TestIfEnum, which is conditional on macro >> >> TEST_IF_ENUM. If TEST_IF_ENUM and TEST_IF_STRUCT are defined, but >> >> TEST_IF_ENUM isn't, the generated code won't compile. >> > >> > s/ENUM/UNION/ in one of these two uses in this sentence. >> >> Yes: If TEST_IF_UNION and TEST_IF_UNION are defined, ... > > If TEST_IF_UNION and TEST_IF_STRUCT are defined, ... > > (you are stuck in a maze of twisty little passages, all alike)
I am! Thanks :)