# HG changeset patch # User Richard M. Stallman # Date 1035671769 0 # Node ID d7662618cd1154c2bfb921f6c019f8c2a4196dc0 # Parent 8b3977d58df65ac7ba189cb17379958b6927dd1d (c++-font-lock-keywords...): Add `restrict' keyword. diff -r 8b3977d58df6 -r d7662618cd11 lisp/font-lock.el --- 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 says this is new. "export" + ;; Copied from C. wsnyder@wsnyder.org says C++ needs it too. + "restrict" ;; Mark Mitchell says these are new. "mutable" "explicit" ;; Alain Picard suggests treating these