From fa9a2537ae22360bbce931e1e0edde648a6a3832 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 26 Oct 2002 22:36:09 +0000 Subject: [PATCH] (c++-font-lock-keywords...): Add `restrict' keyword. --- lisp/font-lock.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index a8ecf18c5ed..f183a7bf8d0 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2198,6 +2198,8 @@ See also `c-font-lock-extra-types'.") "typeid" ;; Branko Cibej says this is new. "export" + ;; Copied from C. wsnyder@wsnyder.org says C++ needs it too. + "restrict" ;; Mark Mitchell says these are new. "mutable" "explicit" ;; Alain Picard suggests treating these -- 2.39.2