On Mon, 7 Jan 2019, 19:30 Stefan Kueng <tortoise...@gmail.com wrote: > > I think for proper C, all variables need to be declared at the start of > the function. Unless of course svn allows newer C versions? >
Not "the start of the function" but "before any statements in the enclosing block." It has been that way since the beginning. -- Brane >