]> git.eshelyaron.com Git - emacs.git/commitdiff
added strictfp type modifier.
authorSimon Marshall <simon@gnu.org>
Thu, 18 Mar 1999 10:16:14 +0000 (10:16 +0000)
committerSimon Marshall <simon@gnu.org>
Thu, 18 Mar 1999 10:16:14 +0000 (10:16 +0000)
lisp/font-lock.el

index 4960d67ebf97d6f95e1591a426f7de5fd757601e..d43690ed2cfa6e6d10869c760e12cd34f4a115d7 100644 (file)
@@ -2807,7 +2807,9 @@ See also `java-font-lock-extra-types'.")
           '("abstract" "const" "final" "synchronized" "transient" "static"
             ;; Anders Lindgren <andersl@andersl.com> says this has gone.
             ;; "threadsafe"
-            "volatile" "public" "private" "protected" "native"))))
+            "volatile" "public" "private" "protected" "native"
+            ;; Carl Manning <caroma@ai.mit.edu> says this is new.
+            "strictfp"))))
        )
  (setq java-font-lock-keywords-1
   (list