]> git.tdb.fi Git - model-railway-devices.git/commit
Drop the pretense of C89, put declarations where they make sense
authorMikko Rasa <tdb@tdb.fi>
Sun, 3 Nov 2013 13:14:44 +0000 (15:14 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 3 Nov 2013 13:19:38 +0000 (15:19 +0200)
commit49c7ae4a26f8dd7d09872b6b5e4c107ef33b4560
tree0f4a90f3f11c61f6b5fc3d710eb4a61a03dfadee
parent10a75dc39bf4cd91d235861f11b1fa0365d75c3e
Drop the pretense of C89, put declarations where they make sense

A lot of places already had mixed code and declarations, since that's
what I'm used to in C++.  Might as well use them everywhere and tell
the compiler to use C99 mode.
arducontrol/interface.c
arducontrol/monitor.c
arducontrol/motorola.c
arducontrol/s88.c
common/build.mk
common/lcd.c
s88w/s88w-r.c
s88w/s88w-t.c