Revert "Complain for static fct declared w/o file scope"
commit632ee5a54076d417971ae7fa8a0c154441a71499
authorgrischka <grischka>
Tue, 15 Jun 2010 15:03:23 +0000 (15 17:03 +0200)
committergrischka <grischka>
Tue, 15 Jun 2010 15:03:23 +0000 (15 17:03 +0200)
tree74182bd5322f5cfbb72e1a6a2718663e2120256e
parent10b48028690d37ca505ed6e1c653325f752ab1f1
Revert "Complain for static fct declared w/o file scope"

This reverts commit e9406c09a3212ab3f120412a6bbdacb0cdd25deb.

We don't want errors for static local function pointers, such as:
  {
    static void (*fn)();
    ...
  }
tccgen.c