Skip to content

Commit

Permalink
include/tccdefs.h: has_atttribute -> attribute (fixes 45cff8f)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaoden committed Oct 20, 2024
1 parent 45cff8f commit 7a6f3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tccdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a6f3fd

Please sign in to comment.