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

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

[nongnu] elpa/zig-mode fc7fde3 056/104: Merge pull request #23 from joac


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode fc7fde3 056/104: Merge pull request #23 from joachimschmidt557/master
Date: Sun, 29 Aug 2021 11:37:02 -0400 (EDT)

branch: elpa/zig-mode
commit fc7fde327f45533bb73be643e7bda1eda10394b6
Merge: 9609cc3 9d5b439
Author: Andrea Orru <andrea@orru.io>
Commit: GitHub <noreply@github.com>

    Merge pull request #23 from joachimschmidt557/master
    
    replace stdcallcc and nakedcc with callconv
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index 950dea5..1d90cad 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -67,7 +67,7 @@
   '(
     ;; Storage
     "const" "var" "extern" "packed" "export" "pub" "noalias" "inline"
-    "noinline" "comptime" "nakedcc" "stdcallcc" "volatile" "allowzero"
+    "noinline" "comptime" "callconv" "volatile" "allowzero"
     "align" "linksection" "threadlocal"
 
     ;; Structure



reply via email to

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