emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 7943738 182/459: Add volatile keyword


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 7943738 182/459: Add volatile keyword
Date: Sun, 22 Aug 2021 13:59:22 -0400 (EDT)

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

[Prev in Thread] Current Thread [Next in Thread]