- make it C89 compatible; Declarations in the middle of a function is of course
  fine in C99, but it really serves no purpose other than breaking compilation
  on C89 compilers.
  Thanks to Rich Felker for pointing this out.
1 file changed