mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
Revert "Complain for static fct declared w/o file scope"
This reverts commit e9406c09a3.
We don't want errors for static local function pointers, such as:
{
static void (*fn)();
...
}
This commit is contained in:
parent
10b4802869
commit
632ee5a540
Loading…
Reference in New Issue
Block a user