]> git.eshelyaron.com Git - emacs.git/commit
Add handling of the C11 _Generic construct to C Mode
authorAlan Mackenzie <acm@muc.de>
Fri, 17 Feb 2023 09:14:10 +0000 (09:14 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 17 Feb 2023 09:14:10 +0000 (09:14 +0000)
commitd4346a7cc784349799552ec31ae66546408ae407
treea22edc8621bd33ce9f2eaca7d64a1c6ad1969dc6
parent23089f1cf2206a3e164c6091963802c156c14d66
Add handling of the C11 _Generic construct to C Mode

This fixes bug #61481.

* lisp/progmodes/cc-engine.el (c-guess-basic-syntax): Add a new CASE 6 for
_Generic.

* lisp/progmodes/cc-fonts.el (c-fontify-types-and-refs): Use `let*' rather
than `let'.
(c-get-fontification-context): Add the new result `generic', and add handling
to determine it.
(c-font-lock-declarations): Call c-font-lock-c11-generic-clause when needed.
(c-font-lock-c11-generic-clause): New function.

* lisp/progmodes/cc-langs.el (c-generic-kwds, c-generic-key): New lang
constants/variable.
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-langs.el