Skip to content

Commit c344dbd

Browse files
committed
nldecl: Parse _Nullable and _Null_unspecified specifiers
1 parent 9f75e00 commit c344dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lualib/nelua/plugins/nldecl.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ extension-specifiers <==
324324
extension-specifier+
325325
326326
extension-specifier <==
327-
attribute / asm / tg-promote / {`_Nonnull`}
327+
attribute / asm / tg-promote / {`_Nonnull`} / {`_Nullable`} / {`_Null_unspecified`}
328328
329329
attribute <==
330330
(`__attribute__` / `__attribute`) `(` @`(` attribute-list @`)` @`)` /

0 commit comments

Comments
 (0)