Mercurial > emacs
changeset 24488:a8e006544aa5
(c-font-lock-keywords-2): Added "restrict" keyword.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Mon, 15 Mar 1999 15:20:56 +0000 |
parents | 2612f75bdd2a |
children | abf5b4802f9b |
files | lisp/font-lock.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Mon Mar 15 02:20:31 1999 +0000 +++ b/lisp/font-lock.el Mon Mar 15 15:20:56 1999 +0000 @@ -2243,7 +2243,9 @@ "switch" "while" "sizeof" ;; Type related, but we don't do anything special. "typedef" "extern" "auto" "register" "static" - "volatile" "const") t))) + "volatile" "const" + ;; Dan Nicolaescu <done@gnu.org> says this is new. + "restrict") t))) (c-type-specs (eval-when-compile (regexp-opt '("enum" "struct" "union") t)))