fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Implement coma operator in for loops #189

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This line:
for (i = 0, j = 0; i < 10; i++)
causes this error:
";" expected

The implementation of the coma operator would be a step further the full C 
compatibility.

What version of the product are you using? On what operating system?
Svn revision 603.

Original issue reported on code.google.com by christop...@gmail.com on 14 Jan 2014 at 4:38