]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-langs.el
(f90-end-block-re, f90-start-block-re): New constants.
[gnu-emacs] / lisp / progmodes / cc-langs.el
index bee72dde46c82ff0d689ca0f4ea88b33167a4201..19555b37527a4226a7b45b98cd7f5be7a1fc3cfc 100644 (file)
@@ -1362,7 +1362,8 @@ too.
 Note: Use `c-typeless-decl-kwds' for keywords followed by a function
 or variable identifier (that's being defined)."
   t    '("struct" "union" "enum")
-  (c c++ awk) nil
+  (c awk) nil
+  c++  '("operator")
   objc (append '("@class" "@interface" "@implementation" "@protocol")
               (c-lang-const c-type-list-kwds))
   java '("class" "import" "interface" "new" "extends" "implements" "throws")
@@ -2326,4 +2327,5 @@ This macro does not do any hidden buffer changes."
 \f
 (cc-provide 'cc-langs)
 
+;;; arch-tag: 1ab57482-cfc2-4c5b-b628-3539c3098822
 ;;; cc-langs.el ends here