Skip to content

Commit

Permalink
nldecl: Parse _Nullable and _Null_unspecified specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jun 11, 2024
1 parent 9f75e00 commit c344dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/nelua/plugins/nldecl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ extension-specifiers <==
extension-specifier+
extension-specifier <==
attribute / asm / tg-promote / {`_Nonnull`}
attribute / asm / tg-promote / {`_Nonnull`} / {`_Nullable`} / {`_Null_unspecified`}
attribute <==
(`__attribute__` / `__attribute`) `(` @`(` attribute-list @`)` @`)` /
Expand Down

0 comments on commit c344dbd

Please sign in to comment.