From: Simon Marshall Date: Thu, 18 Mar 1999 10:16:14 +0000 (+0000) Subject: added strictfp type modifier. X-Git-Tag: emacs-20.4~447 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b09f207af27ba964aa78dfe64f4caed092221ef1;p=emacs.git added strictfp type modifier. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4960d67ebf9..d43690ed2cf 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2807,7 +2807,9 @@ See also `java-font-lock-extra-types'.") '("abstract" "const" "final" "synchronized" "transient" "static" ;; Anders Lindgren says this has gone. ;; "threadsafe" - "volatile" "public" "private" "protected" "native")))) + "volatile" "public" "private" "protected" "native" + ;; Carl Manning says this is new. + "strictfp")))) ) (setq java-font-lock-keywords-1 (list