On Thursday, 13 August 2015 at 03:02:17 pm +0200, Élie Roux wrote: > I would go for the maximal subset of C99 making Visual Studio 2010 > happy... So the main difference would be not to declare variables in for > statements, and add a custom stdbool.h if absent. Maybe a good idea > would be to use > > https://www.gnu.org/software/gnulib/manual/html_node/stdbool_002eh.html
My concern is that the "don't mix code with declarations" limitation will be difficult to enforce unless the compiler is enforcing it. I haven't had time to go through the compiler documentation for clang and/or gcc to see if there is a flag we can use for this. Henry _______________________________________________ Gregorio-devel mailing list [email protected] https://mail.gna.org/listinfo/gregorio-devel
