]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Move statements after declarations.
authorAndre Noll <maan@systemlinux.org>
Fri, 22 Apr 2011 14:41:39 +0000 (16:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 15 May 2011 08:43:02 +0000 (10:43 +0200)
This gets rid of gcc warnings of the form

warning: ISO C90 forbids mixed declarations and code

when compiled with -Wdeclaration-after-statement.


No differences found