mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-26 23:04:18 +08:00
include/tccdefs.h: has_atttribute -> attribute (fixes 45cff8f03f)
This commit is contained in:
parent
45cff8f03f
commit
7a6f3fded4
@ -152,7 +152,7 @@
|
|||||||
#define __PRETTY_FUNCTION__ __FUNCTION__
|
#define __PRETTY_FUNCTION__ __FUNCTION__
|
||||||
#define __has_builtin(x) 0
|
#define __has_builtin(x) 0
|
||||||
#define __has_feature(x) 0
|
#define __has_feature(x) 0
|
||||||
#define __has_atttribute(x) 0
|
#define __has_attribute(x) 0
|
||||||
/* C23 Keywords */
|
/* C23 Keywords */
|
||||||
#define _Nonnull
|
#define _Nonnull
|
||||||
#define _Nullable
|
#define _Nullable
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user