chiark / gitweb /
How did I manage to check this in without actually trying to build
authorSimon Tatham <anakin@pobox.com>
Sun, 7 Sep 2008 08:35:52 +0000 (08:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 7 Sep 2008 08:35:52 +0000 (08:35 +0000)
commit4033458aff500635a10c6659e6e1c6fe0db687e9
treee6e481bac088fbbceb176470c88e78f011396e67
parentf7ab0a4996deb231165257a502a023c3024c3151
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.

[originally from svn r8166]
grid.c
grid.h
loopy.c