donno/verse

Support Microsoft Visual C++ 2010

Opened this issue · 0 comments

Currently, the windows branch was developed with Microsoft Visual C++ 2013.

Visual C++ 2010 only honours the C89 where as 2013 has C99.

To support 2010, variables need to be declared at the top of scope they are in.