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