diff options
author | Tom <tomaviv57@gmail.com> | 2020-04-17 17:53:40 +0300 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2020-04-19 21:56:52 +0200 |
commit | 207a6cbb909ba6df01ba5ed8f73acc733128bdf1 (patch) | |
tree | 6147eaa2eeae4181679eb9b419aa3821bd5e1db4 /tests/data/test1521 | |
parent | 0f5db7b263f14b03f24e6f1c3928e11e17dceee8 (diff) |
src: Remove C99 constructs to ensure C89 compliance
This fixes the error: 'for' loop initial declaration used outside C99
mode by declaring the loop increment variable in the beginning of the
block instead of inside the for loop.
Fixes #5254
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'tests/data/test1521')
0 files changed, 0 insertions, 0 deletions