Variable: c-recognize-bare-brace-inits

c-recognize-bare-brace-inits is a buffer-local variable defined in cc-engine.el.gz.

Documentation

Non-nil means that brace initializers without "=" exist, i.e. constructs like

int foo[] {1, 2, 3};

in addition to the more classic

int foo[] = {1, 2, 3};

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz