diff options
| author | Simon Marshall | 1999-03-18 10:16:14 +0000 |
|---|---|---|
| committer | Simon Marshall | 1999-03-18 10:16:14 +0000 |
| commit | b09f207af27ba964aa78dfe64f4caed092221ef1 (patch) | |
| tree | 23dfcc788f3217314157b69015b26218e749160f | |
| parent | 495b993235ea6cd448ad96d0bbd395063f50033a (diff) | |
| download | emacs-b09f207af27ba964aa78dfe64f4caed092221ef1.tar.gz emacs-b09f207af27ba964aa78dfe64f4caed092221ef1.zip | |
added strictfp type modifier.
| -rw-r--r-- | lisp/font-lock.el | 4 |
1 files changed, 3 insertions, 1 deletions
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'.") | |||
| 2807 | '("abstract" "const" "final" "synchronized" "transient" "static" | 2807 | '("abstract" "const" "final" "synchronized" "transient" "static" |
| 2808 | ;; Anders Lindgren <andersl@andersl.com> says this has gone. | 2808 | ;; Anders Lindgren <andersl@andersl.com> says this has gone. |
| 2809 | ;; "threadsafe" | 2809 | ;; "threadsafe" |
| 2810 | "volatile" "public" "private" "protected" "native")))) | 2810 | "volatile" "public" "private" "protected" "native" |
| 2811 | ;; Carl Manning <caroma@ai.mit.edu> says this is new. | ||
| 2812 | "strictfp")))) | ||
| 2811 | ) | 2813 | ) |
| 2812 | (setq java-font-lock-keywords-1 | 2814 | (setq java-font-lock-keywords-1 |
| 2813 | (list | 2815 | (list |