branch: elpa/zig-mode commit 9d5b439121d1bb4ac08d7219de36f25b796714e7 Author: joachimschmidt557 <joachim.schmidt...@outlook.com> Commit: joachimschmidt557 <joachim.schmidt...@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