From: Andre Noll Date: Fri, 22 Apr 2011 14:41:39 +0000 (+0200) Subject: Move statements after declarations. X-Git-Tag: v0.4.7~4^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=5c78b78108bca6fc0ff883eb178fa5c15d226039;hp=5c78b78108bca6fc0ff883eb178fa5c15d226039 Move statements after declarations. This gets rid of gcc warnings of the form warning: ISO C90 forbids mixed declarations and code when compiled with -Wdeclaration-after-statement. ---