> [...]
> +#ifdef HAVE_FALLTHROUGH
> +      __attribute__ ((fallthrough));
> +#endif
> [...]

I would like to see this stanza wrapped in a macro, so that we only have one 
"#ifdef HAVE_FALLTHROUGH" in the code, not another one in every place we want 
to fall through. See the "internal_function" macro defined in lib/eu-config.h 
for a similar case.

Ulf

Reply via email to