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

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

[nongnu] elpa/zig-mode 9d5b439 052/104: replace stdcallcc and nakedcc wi


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 9d5b439 052/104: replace stdcallcc and nakedcc with callconv
Date: Sun, 29 Aug 2021 11:37:01 -0400 (EDT)

branch: elpa/zig-mode
commit 9d5b439121d1bb4ac08d7219de36f25b796714e7
Author: joachimschmidt557 <joachim.schmidt557@outlook.com>
Commit: joachimschmidt557 <joachim.schmidt557@outlook.com>

    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 e2932cd..169dac3 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -64,7 +64,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]