chiark / gitweb /
Pedantic tweaks to allow successful compilation on Windows. (gcc
authorSimon Tatham <anakin@pobox.com>
Mon, 7 Apr 2008 17:12:21 +0000 (17:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 7 Apr 2008 17:12:21 +0000 (17:12 +0000)
commit30da25262d14155909acf6e445691e6f1365cca2
tree7c2da3f34e11e0e2313a5bd310faf2034825a69c
parent93103eeca4e41ecaa874069b10f2a3de8c392435
Pedantic tweaks to allow successful compilation on Windows. (gcc
failed to point out a declaration after a statement, and gcc's
linker was clever enough to optimise the call to divvy_rectangle()
out of solosolver so that I didn't have to include divvy.c in that.)

[originally from svn r7975]
solo.R
solo.c