Re: [Tinycc-devel] parsing error in mob branch

2010-08-21 Thread grischka
Should work again. See http://repo.or.cz/w/tinycc.git/commitdiff/4ab4efd3a69e0e10262b3010aa9162e73b1cddfb --- grischka Aharon Robbins wrote: Hi. There is a problem in the mob branch as demonstrated by the code below. I get this error: $ tcc foo.c foo.c:11: error: ')' expected (got ";") Than

[Tinycc-devel] parsing error in mob branch

2010-08-19 Thread Aharon Robbins
Hi. There is a problem in the mob branch as demonstrated by the code below. I get this error: $ tcc foo.c foo.c:11: error: ')' expected (got ";") Thanks! Arnold Robbins --- struct x { int nelem; }; int main(int argc, char **argv) { int i