]> git.itanic.dy.fi Git - glucose/commit
main.c: Remove forward declaration for token()
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 27 Mar 2012 16:42:00 +0000 (19:42 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 27 Mar 2012 16:42:00 +0000 (19:42 +0300)
commitf24584d2a8d55e48fe24d76dbd168d4dea687c22
treee98ec9c0f99e44a25f5fb42f9bd4823b95341cdc
parentef198f869a15c2a953ff726e9678a133d9ca3166
main.c: Remove forward declaration for token()

The forward declaration can be avoided by moving the function before
any call sites. As an added bonus, the function is marked as static as
it is not used in any other C file.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
main.c