On 12/03/2018 01:15 PM, Jeff King wrote:
That said, our C99 designated initializer weather-balloons haven't
gotten any complaints yet. So I think you could actually do:

   struct setup_revision_opt s_r_opt = {
        .allow_exclude_promisor_objects = 1,
   };

I like this way best, so I'll use it. Thank you.

Reply via email to