Re: tiny main/utils.c fixes

2024-05-29 Thread Gavin Smith
On Wed, May 29, 2024 at 02:23:59PM -0400, Alfred M. Szmidt wrote: > Tiny patch; some older or newer compilers (I forgot which) will > complain if there is no compound statment after a label. Thank you! I am surprised it compiled before as a statement is supposed to follow a label - even a single

tiny main/utils.c fixes

2024-05-29 Thread Alfred M. Szmidt
Tiny patch; some older or newer compilers (I forgot which) will complain if there is no compound statment after a label. 2024-05-29 Alfred M. Szmidt * tp/Texinfo/XS/main/utils.c (clear_option, free_option) (initialize_option): Add a no-op compund statment to mitigate er