]> git.eshelyaron.com Git - emacs.git/commitdiff
(c++-font-lock-keywords...): Add `restrict' keyword.
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:36:09 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:36:09 +0000 (22:36 +0000)
lisp/font-lock.el

index a8ecf18c5ed2611558cb51cad1252de69e319ef9..f183a7bf8d08677f952c9868a679468fe34c39e1 100644 (file)
@@ -2198,6 +2198,8 @@ See also `c-font-lock-extra-types'.")
             "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