Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I googled and trailing comma was allowed since C89, I was wrong. For code that generates code I always did something like this cause of that mistake:

  { a, b
  , c
  ...
  , z
  };


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: