Skip to content

Commit

Permalink
Remove redundant definition of SYMBOL_NAME macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jul 25, 2024
1 parent 4c7c96d commit 416e071
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions int_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#define NORETURN __attribute__((noreturn))
#define UNUSED __attribute__((unused))

#define STR(a) #a
#define XSTR(a) STR(a)
#define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name

#define COMPILER_RT_ALIAS(name, aliasname) \
COMPILER_RT_ABI __typeof(name) aliasname __attribute__((__alias__(#name)));

Expand Down

0 comments on commit 416e071

Please sign in to comment.