mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00:00
include/tccdefs.h: has_atttribute -> attribute (fixes 45cff8f03f)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user