Hi All.

I just checked out the latest mob and tried to compile gawk. It fails.
Here is a reduced test case:

$ cat testit.c 

typedef struct {
        int member1;
} moo;

static int foo()
{
        static moo boo;

        return 1;
}
$ tcc testit.c
testit.c:8: error: Function without file scope cannot be static

Thanks,

Arnold
-- 
Aharon (Arnold) Robbins                         arnold AT skeeve DOT com
P.O. Box 354            Home Phone: +972  8 979-0381
Nof Ayalon              Cell Phone: +972 50  729-7545
D.N. Shimshon 99785     ISRAEL

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to