From: Earl Hood Date: Sat, 6 Feb 2010 07:45:47 +0000 (+0000) Subject: Fixed variable declaration so older compilers will not complain. X-Git-Tag: PRE_POSIX_CONVERSION~2 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=b7c348e99fa223f370ebdb4fd9b6627596c66a08;hp=b7c348e99fa223f370ebdb4fd9b6627596c66a08 Fixed variable declaration so older compilers will not complain. I.e. Older compilers may not support C99, so variables must be declared at the beginning of a block. ---