changeset 48010:d7662618cd11

(c++-font-lock-keywords...): Add `restrict' keyword.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Oct 2002 22:36:09 +0000
parents 8b3977d58df6
children 6ee65f935a8c
files lisp/font-lock.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Sat Oct 26 22:35:16 2002 +0000
+++ b/lisp/font-lock.el	Sat Oct 26 22:36:09 2002 +0000
@@ -2198,6 +2198,8 @@
 	     "typeid"
 	     ;; Branko Cibej <branko.cibej@hermes.si> says this is new.
 	     "export"
+	     ;; Copied from C.  wsnyder@wsnyder.org says C++ needs it too.
+	     "restrict"
 	     ;; Mark Mitchell <mmitchell@usa.net> says these are new.
 	     "mutable" "explicit"
 	     ;; Alain Picard <ap@abelard.apana.org.au> suggests treating these