chiark / gitweb /
Add missing 'static' to game-internal declarations.
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 22:06:19 +0000 (22:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 22:06:19 +0000 (22:06 +0000)
commitdb3b531e2cab765a00475054d2e9046c9d0437d3
treef029f201ad3dec7ba0dac6e1c18eb1ed4da98c4c
parent47cec547e59ac8c5012f6091394dcb4304d64fc3
Add missing 'static' to game-internal declarations.

Another thing I spotted while trawling the whole source base was that
a couple of games had omitted 'static' on a lot of their internal
functions. Checking with nm, there turned out to be quite a few more
than I'd spotted by eye, so this should fix them all.

Also added one missing 'const', on the lookup table nbits[] in Tracks.
bridges.c
galaxies.c
lightup.c
map.c
pearl.c
solo.c
tracks.c
undead.c
unequal.c