commit | e2922e42a00b3d247368a2c1f32740771aaae0cb | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri May 19 12:48:56 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri May 19 12:48:56 2006 +0000 |
tree | f0a351a4d9e421f19ed2e954220c380e99ab0f14 | |
parent | 38583fd6f2aa8eb0a9844f3a85d0f0a07eee88ed [diff] |
- 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.