Author :
Robin Watts
Date :
2025-05-27 08:59:17
Hash :cecc0acc Message :Fix ISO C build breakage. (#1255)
ISO C prohibits inline declarations of variables. Move the
declaration to the start of the block.
Co-authored-by: Eugene Kliuchnikov <eustas.ru@gmail.com>