Owen W. Taylor
e3db4ab16a
Avoid declaring variables in for loop to avoid upsetting older GCC
Older GCC only allows "for (int i" in explicit c99 mode - there's probably no reason that we can't enable that, but avoiding the construct for a fast fix.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%