include/tccdefs.h: has_atttribute -> attribute (fixes 45cff8f03f)

This commit is contained in:
Steffen Nurpmeso 2024-10-20 04:41:04 +02:00
parent 45cff8f03f
commit 7a6f3fded4

View file

@ -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