- make it C89 compatible; Declarations in the middle of a function is of course
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 19 May 2006 12:48:56 +0000 (12:48 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 19 May 2006 12:48:56 +0000 (12:48 -0000)
commite2922e42a00b3d247368a2c1f32740771aaae0cb
treef0a351a4d9e421f19ed2e954220c380e99ab0f14
parent38583fd6f2aa8eb0a9844f3a85d0f0a07eee88ed
- 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.
procps/top.c