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

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

[nongnu] elpa/zig-mode 9befa4a: Rename c_void to anyopaque


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 9befa4a: Rename c_void to anyopaque
Date: Sun, 19 Dec 2021 07:58:06 -0500 (EST)

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

    Rename c_void to anyopaque
---
 zig-mode.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/zig-mode.el b/zig-mode.el
index 6c8595b..5b47de3 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -234,13 +234,14 @@ If given a SOURCE, execute the CMD on it."
 
     ;; C types
     "c_short" "c_ushort" "c_int" "c_uint" "c_long" "c_ulong"
-    "c_longlong" "c_ulonglong" "c_longdouble" "c_void"
+    "c_longlong" "c_ulonglong" "c_longdouble"
 
     ;; Comptime types
     "comptime_int" "comptime_float"
 
     ;; Other types
-    "bool" "void" "noreturn" "type" "error" "anyerror" "anyframe" "anytype"))
+    "bool" "void" "noreturn" "type" "error" "anyerror" "anyframe" "anytype"
+    "anyopaque"))
 
 (defconst zig-constants
   '(



reply via email to

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