diff options
| author | Richard M. Stallman | 2002-10-26 22:36:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-10-26 22:36:09 +0000 |
| commit | fa9a2537ae22360bbce931e1e0edde648a6a3832 (patch) | |
| tree | c51310bb079316cdfdd9b8522c136824742def72 | |
| parent | 0af8ad28d36c002cab9c28d00beecc8c3dcf81f4 (diff) | |
| download | emacs-fa9a2537ae22360bbce931e1e0edde648a6a3832.tar.gz emacs-fa9a2537ae22360bbce931e1e0edde648a6a3832.zip | |
(c++-font-lock-keywords...): Add `restrict' keyword.
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 2 insertions, 0 deletions
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'.") | |||
| 2198 | "typeid" | 2198 | "typeid" |
| 2199 | ;; Branko Cibej <branko.cibej@hermes.si> says this is new. | 2199 | ;; Branko Cibej <branko.cibej@hermes.si> says this is new. |
| 2200 | "export" | 2200 | "export" |
| 2201 | ;; Copied from C. wsnyder@wsnyder.org says C++ needs it too. | ||
| 2202 | "restrict" | ||
| 2201 | ;; Mark Mitchell <mmitchell@usa.net> says these are new. | 2203 | ;; Mark Mitchell <mmitchell@usa.net> says these are new. |
| 2202 | "mutable" "explicit" | 2204 | "mutable" "explicit" |
| 2203 | ;; Alain Picard <ap@abelard.apana.org.au> suggests treating these | 2205 | ;; Alain Picard <ap@abelard.apana.org.au> suggests treating these |