diff --git a/include/tccdefs.h b/include/tccdefs.h index 66b8fe8f..3ad83d12 100644 --- a/include/tccdefs.h +++ b/include/tccdefs.h @@ -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