use static declaration from prototype
commita342bbadc8da67c8cb64c6ad9731b27a1ad30bad
authorgrischka <grischka>
Wed, 17 Jun 2009 00:09:20 +0000 (17 02:09 +0200)
committergrischka <grischka>
Wed, 17 Jun 2009 00:09:20 +0000 (17 02:09 +0200)
tree47dd04602727fe60ca5291a9eefd4b9f43064cdb
parent69fdb57eddd00c592828605819f0678522d346c6
use static declaration from prototype

    static int func();
    ...
    int func() { }

As result, func needs to be static.
tccgen.c