From: Richard M. Stallman Date: Sat, 26 Oct 2002 22:36:09 +0000 (+0000) Subject: (c++-font-lock-keywords...): Add `restrict' keyword. X-Git-Tag: ttn-vms-21-2-B4~12717 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa9a2537ae22360bbce931e1e0edde648a6a3832;p=emacs.git (c++-font-lock-keywords...): Add `restrict' keyword. --- 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