Menu

Why doesn't SDCC support for(int a = 0;...)?

Wesley
2015-07-09
2015-07-09
  • Wesley

    Wesley - 2015-07-09

    Referred from section 3.1.2 on the SDCC manual, for (int i=0; i<10; i++) is not allowed although C99 does allow it. My question is, is there any technical problems when making SDCC compile a piece of code written like that?

     
  • Ben Shi

    Ben Shi - 2015-07-09

    Create a request ticket at

    sourceforge.net/p/sdcc/feature-requests/

     

Log in to post a comment.