aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-10-26 22:36:09 +0000
committerRichard M. Stallman <[email protected]>2002-10-26 22:36:09 +0000
commitfa9a2537ae22360bbce931e1e0edde648a6a3832 (patch)
treec51310bb079316cdfdd9b8522c136824742def72
parent0af8ad28d36c002cab9c28d00beecc8c3dcf81f4 (diff)
(c++-font-lock-keywords...): Add `restrict' keyword.
-rw-r--r--lisp/font-lock.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index a8ecf18c5e..f183a7bf8d 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 <[email protected]> says this is new.
"export"
+ ;; Copied from C. [email protected] says C++ needs it too.
+ "restrict"
;; Mark Mitchell <[email protected]> says these are new.
"mutable" "explicit"
;; Alain Picard <[email protected]> suggests treating these