From 336911a14c7d518b789a08b24b492f1f949abd94 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Mon, 15 Mar 1999 15:20:56 +0000 Subject: [PATCH] (c-font-lock-keywords-2): Added "restrict" keyword. --- lisp/font-lock.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 7801a55d07a..a473730b3a3 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2243,7 +2243,9 @@ See also `c-font-lock-extra-types'.") "switch" "while" "sizeof" ;; Type related, but we don't do anything special. "typedef" "extern" "auto" "register" "static" - "volatile" "const") t))) + "volatile" "const" + ;; Dan Nicolaescu says this is new. + "restrict") t))) (c-type-specs (eval-when-compile (regexp-opt '("enum" "struct" "union") t))) -- 2.39.2