include/tccdefs.h: has_atttribute -> attribute (fixes 45cff8f03f
)
This commit is contained in:
parent
45cff8f03f
commit
7a6f3fded4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
|||
#define __PRETTY_FUNCTION__ __FUNCTION__
|
||||
#define __has_builtin(x) 0
|
||||
#define __has_feature(x) 0
|
||||
#define __has_atttribute(x) 0
|
||||
#define __has_attribute(x) 0
|
||||
/* C23 Keywords */
|
||||
#define _Nonnull
|
||||
#define _Nullable
|
||||
|
|
Loading…
Reference in a new issue