branch: externals/csharp-mode
commit 794373834783df8f7f1c3f4a0b1fa4fc35d3044f
Author: jtbm37 <jean@tbm.email>
Commit: jtbm37 <jean@tbm.email>

    Add volatile keyword
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 69725a9..151d74b 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -1200,7 +1200,7 @@ Currently handled:
 ;; instead of create one.
 (c-lang-defconst c-type-modifier-kwds
   ;; EMCA-344, S?
-  csharp '("readonly" "const"))
+  csharp '("readonly" "const" "volatile"))
 
 
 ;; Tue, 20 Apr 2010  16:02

Reply via email to