[llvm-commits] CVS: llvm/utils/emacs/llvm-mode.el

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 9 23:57:01 PDT 2003


Changes in directory llvm/utils/emacs:

llvm-mode.el updated: 1.8 -> 1.9

---
Log message:

Add support for the weak linkage specifier


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/emacs/llvm-mode.el
diff -u llvm/utils/emacs/llvm-mode.el:1.8 llvm/utils/emacs/llvm-mode.el:1.9
--- llvm/utils/emacs/llvm-mode.el:1.8	Mon Sep  8 13:07:57 2003
+++ llvm/utils/emacs/llvm-mode.el	Thu Oct  9 23:56:23 2003
@@ -25,7 +25,7 @@
    ;; Hex constants
    '("0x[0-9A-Fa-f]+" . font-lock-preprocessor-face)
    ;; Keywords
-   '("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . font-lock-keyword-face)
+   '("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . font-lock-keyword-face)
    ;; Types
    '("void\\|bool\\|sbyte\\|ubyte\\|u?short\\|u?int\\|u?long\\|float\\|double\\|type\\|label\\|opaque" . font-lock-type-face)
    ;; Arithmetic and Logical Operators





More information about the llvm-commits mailing list