On Mon, Oct 31, 2016 at 8:53 AM, Martin Karlgren <ma...@roxen.com> wrote:
> Btw: is 8.1 officially on C99 now? I’ve rarely seen line comments or inline 
> variable declarations in commits, but maybe it’s just old habit. :-) )

I'd like to know this too, actually. The code I'm currently working on
for GTK2 will benefit significantly from C99's variable-length arrays.
I'm coding it to use them, but if it turns out I can't use C99, I'll
have to use heap memory instead (or just dump a big array onto the
stack and then check for a max length).

ChrisA

Reply via email to