mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-27 06:10:06 +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