How did I manage to check this in without actually trying to build
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 7 Sep 2008 08:35:52 +0000 (08:35 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 7 Sep 2008 08:35:52 +0000 (08:35 +0000)
commit1515b973951ee7850936da493a95d467a83bd571
treee6e481bac088fbbceb176470c88e78f011396e67
parent51b4db1550c88fa8f89fa475f7422209c895518d
How did I manage to check this in without actually trying to build
on Windows at all?! Fix some departures from the C standard, mostly
declaring variables after a statement has already been issued in the
same block. MSVC is picky about this where gcc is forgiving, and TBH
I'd change the latter given the choice.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8166 cda61777-01e9-0310-a592-d414129be87e
grid.c
grid.h
loopy.c