From b09f207af27ba964aa78dfe64f4caed092221ef1 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Thu, 18 Mar 1999 10:16:14 +0000 Subject: [PATCH] added strictfp type modifier. --- lisp/font-lock.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2