On Thu, Jul 30, 2015 at 12:41:33PM +0000, Jeff Squyres (jsquyres) wrote:
> We only recently started allowing the use of C99 in the code base (i.e., we 
> put AC_PROG_CC_C99 in configure.ac).
> 
> There's no *requirement* to use C99 throughout the code, but we generally do 
> the following kinds of things:
> 
> * restrict (as you noted)
> * variable declarations in the middle of blocks / loops (as you noted)
> * struct member initialization

Though there is no requirement we do strongly recommend the usage of
designated initializers for structure intialization. It may save us from
future headaches as structures evolve.

-Nathan

Attachment: pgpvtMnhX4rBW.pgp
Description: PGP signature

Reply via email to